@@ -47,7 +47,7 @@ |
||
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] |