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