Completed
Push — master ( a87ad6...72f952 )
by Michal
04:22
created
src/Utils/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.