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 9e1a8a5 commit 51c1f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ public function testJsonColumn()
}

/** @dataProvider \Yiisoft\Db\Sqlite\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
{
parent::testSelectScalar($columns, $expected);
}
Expand Down

0 comments on commit 51c1f1a

Please sign in to comment.