Skip to content

Commit 08523c2

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Small fix for codestyle
1 parent 51acb78 commit 08523c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Db/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function query($sql, array $params = [], array $types = []): int
267267
/**
268268
* Create new query select builder
269269
*
270-
* @param array|string ...$select The selection expressions
270+
* @param string[] $select The selection expressions
271271
*
272272
* @return Query\Select
273273
*/

0 commit comments

Comments
 (0)