Completed
Pull Request — 1.3 (#56)
by David
01:39
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
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      *
69 69
      * @param array $parameters
70 70
      * @param AbstractPlatform $platform
71
-     * @param int|number $indent
71
+     * @param integer $indent
72 72
      * @param int $conditionsMode
73 73
      *
74 74
      * @param bool $extrapolateParameters
Please login to merge, or discard this patch.