Completed
Push — master ( 1db5f1...1fea5f )
by Beniamin
02:25
created
src/Utils/RecursiveArgs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         $collection = [];
43 43
 
44
-        static::each($args, function ($arg) use (&$collection, $resolver) {
44
+        static::each($args, function($arg) use (&$collection, $resolver) {
45 45
             $collection[] = $resolver($arg);
46 46
         });
47 47
 
Please login to merge, or discard this patch.