Completed
Pull Request — 1.4 (#66)
by
unknown
01:37
created
src/Mouf/Database/MagicQuery.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,6 @@
 block discarded – undo
168 168
      * @param NodeInterface $sqlNode
169 169
      * @param array $parameters
170 170
      * @param bool $extrapolateParameters Whether the parameters should be fed into the returned SQL query
171
-
172 171
      * @return string
173 172
      */
174 173
     public function toSql(NodeInterface $sqlNode, array $parameters = array(), bool $extrapolateParameters = true)
Please login to merge, or discard this patch.
src/SQLParser/Node/NodeFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -822,6 +822,9 @@
 block discarded – undo
822 822
         });
823 823
     }
824 824
 
825
+    /**
826
+     * @param \Closure $callback
827
+     */
825 828
     private static function array_map_deep($array, $callback)
826 829
     {
827 830
         $new = array();
Please login to merge, or discard this patch.