Completed
Pull Request — 1.3 (#56)
by David
01:31
created
src/SQLParser/Node/NodeFactory.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -635,6 +635,9 @@  discard block
 block discarded – undo
635 635
         });
636 636
     }
637 637
 
638
+    /**
639
+     * @param \Closure $callback
640
+     */
638 641
     private static function array_map_deep($array, $callback)
639 642
     {
640 643
         $new = array();
@@ -661,7 +664,7 @@  discard block
 block discarded – undo
661 664
      * @param array       $parameters
662 665
      * @param string      $delimiter
663 666
      * @param bool|string $wrapInBrackets
664
-     * @param int|number  $indent
667
+     * @param integer  $indent
665 668
      * @param int         $conditionsMode
666 669
      *
667 670
      * @return null|string
Please login to merge, or discard this patch.
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.