Completed
Push — master ( 801ae3...f2d109 )
by Ítalo
04:18
created
src/Traits/StrictIterableTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -238,6 +238,9 @@
 block discarded – undo
238 238
         return $results;
239 239
     }
240 240
 
241
+    /**
242
+     * @param \Collections\ArrayList $array
243
+     */
241 244
     protected function concatRecurse($array, $array1)
242 245
     {
243 246
         $merged = $array;
Please login to merge, or discard this patch.