Passed
Push — master ( 0a8dd4...039c86 )
by Max
43s queued 11s
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         /** @phpstan-ignore-next-line */
45 45
         $this->target = new ContextVeil(
46 46
             $target,
47
-            fn (AddingIterator $stored) =>
47
+            fn(AddingIterator $stored) =>
48 48
             ($this->origin->valid())
49 49
             ? $stored->from(
50 50
                 $this->origin
Please login to merge, or discard this patch.