@@ -44,7 +44,7 @@ |
||
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 |