Passed
Push — 147 ( 57f06f...4636d6 )
by Max
05:05 queued 02:31
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
-                fn (AddingIterator $stored, string $method) => (
49
+                fn(AddingIterator $stored, string $method) => (
50 50
                     ($this->origin->valid())
51 51
                     && (isset(
52 52
                         [
Please login to merge, or discard this patch.