Passed
Pull Request — master (#133)
by Max
05:04 queued 02:27
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.