Skip to content

Commit

Permalink
Revert "Apply Rector changes (CI)"
Browse files Browse the repository at this point in the history
This reverts commit 8664633.
  • Loading branch information
Tigrov committed Apr 6, 2024
1 parent 8664633 commit 94211e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1133,5 +1133,6 @@ public function testAlterColumnWithExpression(): void
/** @dataProvider \Yiisoft\Db\Mssql\Tests\Provider\QueryBuilderProvider::selectScalar */
public function testSelectScalar(array|bool|float|int $columns, string $expected): void
{
parent::testSelectScalar($columns, $expected);
}
}

0 comments on commit 94211e8

Please sign in to comment.