Completed
Push — master ( 22a264...8e04bf )
by Stefano
03:00
created
classes/Map.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -109,6 +109,10 @@
 block discarded – undo
109 109
      * Compact map removing empty paths
110 110
      */
111 111
     protected function compact(){
112
+
113
+        /**
114
+         * @param Closure $callback
115
+         */
112 116
         function array_filter_rec($input, $callback = null) { 
113 117
             foreach ($input as &$value) { 
114 118
                 if (is_array($value)) { 
Please login to merge, or discard this patch.