Skip to content

Commit

Permalink
Add type string to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 8, 2024
1 parent 4c612a0 commit b65171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AbstractQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ public function testSelectSubquery(): void
}

/** @dataProvider \Yiisoft\Db\Tests\Provider\QueryBuilderProvider::selectScalar */
public function testSelectScalar(array|bool|float|int $columns, string $expected): void
public function testSelectScalar(array|bool|float|int|string $columns, string $expected): void
{
$db = $this->getConnection();
$qb = $db->getQueryBuilder();
Expand Down

0 comments on commit b65171a

Please sign in to comment.