@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | * Gets an array with flags select statement has. |
| 210 | 210 | * |
| 211 | 211 | * @param Statement|null $statement the statement to be processed |
| 212 | - * @param array $flagsi flags set so far |
|
| 212 | + * @param array $flags flags set so far |
|
| 213 | 213 | * |
| 214 | 214 | * @return array |
| 215 | 215 | */ |
@@ -515,7 +515,7 @@ discard block |
||
| 515 | 515 | * @param Statement $statement the parsed query that has to be modified |
| 516 | 516 | * @param TokensList $list the list of tokens |
| 517 | 517 | * @param string $clause the clause to be returned |
| 518 | - * @param int|string $type The type of the search. |
|
| 518 | + * @param integer $type The type of the search. |
|
| 519 | 519 | * If int, |
| 520 | 520 | * -1 for everything that was before |
| 521 | 521 | * 0 only for the clause |