Skip to content

Commit b92a44f

Browse files
committed
Fix parameters documentation
This function will only get SelectStatement, so be clear on that. Signed-off-by: Michal Čihař <[email protected]>
1 parent 72f9528 commit b92a44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ class Query
208208
/**
209209
* Gets an array with flags select statement has.
210210
*
211-
* @param Statement|null $statement the statement to be processed
212-
* @param array $flagsi flags set so far
211+
* @param SelectStatement $statement the statement to be processed
212+
* @param array $flags flags set so far
213213
*
214214
* @return array
215215
*/

0 commit comments

Comments
 (0)