Completed
Pull Request — master (#30)
by Kirill
02:32
created
src/Collection.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     return count(
24
-               array_filter(
25
-                   $collection,
26
-                   function ($item) use ($callback) {
27
-                       return false === call_user_func($callback, $item);
28
-                   }
29
-               )
30
-           ) < 1;
24
+                array_filter(
25
+                    $collection,
26
+                    function ($item) use ($callback) {
27
+                        return false === call_user_func($callback, $item);
28
+                    }
29
+                )
30
+            ) < 1;
31 31
 }
Please login to merge, or discard this patch.