Passed
Push — master ( 4863aa...b97084 )
by Max
49s queued 14s
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     ) {
44 44
         $this->target = new ContextVeil(
45 45
             $target,
46
-            fn (AddingIterator $stored): AddingIterator => $stored->from(
46
+            fn(AddingIterator $stored): AddingIterator => $stored->from(
47 47
                 $this->origin
48 48
             ),
49 49
             array_flip(["current", "key"])
Please login to merge, or discard this patch.