Skip to content

Commit 6fe7d8e

Browse files
committed
Revert "Apply Rector changes (CI)"
This reverts commit 0848775.
1 parent 0848775 commit 6fe7d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/QueryBuilderTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -667,5 +667,6 @@ public function testDefaultValues(): void
667667
/** @dataProvider \Yiisoft\Db\Oracle\Tests\Provider\QueryBuilderProvider::selectScalar */
668668
public function testSelectScalar(array|bool|float|int $columns, string $expected): void
669669
{
670+
parent::testSelectScalar($columns, $expected);
670671
}
671672
}

0 commit comments

Comments
 (0)