Completed
Pull Request — master (#1)
by Harry
04:46
created
src/Flow/Collection/Each.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             throw new InvalidArgumentException("The supplied $node is not a NodeCollectionInterface");
51 51
         }
52 52
 
53
-        $map = new Map(function (NodeInterface $item) {
53
+        $map = new Map(function(NodeInterface $item) {
54 54
             return $this->flow->flow($item);
55 55
         });
56 56
         return $map->flow($node);
Please login to merge, or discard this patch.