Passed
Pull Request — master (#151)
by Max
04:57 queued 02:34
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $this->target = new ContextVeil(
48 48
             $target,
49 49
             new ClosureReaction(
50
-                fn (AddingIterator $stored, string $method) => (
50
+                fn(AddingIterator $stored, string $method) => (
51 51
                     ($this->origin->valid())
52 52
                     && (isset(
53 53
                         $methods[$method]
Please login to merge, or discard this patch.