Completed
Pull Request — 1.3 (#56)
by David
01:28
created
src/SQLParser/Query/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -318,7 +318,7 @@
 block discarded – undo
318 318
      *
319 319
      * @param array $parameters
320 320
      * @param AbstractPlatform $platform
321
-     * @param int|number $indent
321
+     * @param integer $indent
322 322
      * @param int $conditionsMode
323 323
      *
324 324
      * @param bool $extrapolateParameters
Please login to merge, or discard this patch.
src/SQLParser/Query/Union.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -318,7 +318,7 @@
 block discarded – undo
318 318
      *
319 319
      * @param array $parameters
320 320
      * @param AbstractPlatform $platform
321
-     * @param int|number $indent
321
+     * @param integer $indent
322 322
      * @param int $conditionsMode
323 323
      *
324 324
      * @param bool $extrapolateParameters
Please login to merge, or discard this patch.