Completed
Pull Request — master (#178)
by Max
05:02 queued 02:24
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $this->target = new ContextVeil(
46 46
             $target,
47 47
             new ClosureReaction(
48
-                function (AddingIterator $stored) use ($origin) {
48
+                function(AddingIterator $stored) use ($origin) {
49 49
                     $res = $stored;
50 50
                     if ($origin->valid()) {
51 51
                         $res = $stored->from($origin);
Please login to merge, or discard this patch.