Completed
Push — master ( ca7542...0e811b )
by
unknown
03:00
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             new ContextVeil(
30 30
                 $target,
31 31
                 new ClosureReaction(
32
-                    function (AddingIterator $stored) use ($origin) {
32
+                    function(AddingIterator $stored) use ($origin) {
33 33
                         $res = $stored;
34 34
                         if ($origin->valid()) {
35 35
                             $res = $stored->from($origin);
Please login to merge, or discard this patch.