@@ -45,7 +45,7 @@ |
||
45 | 45 | $this->target = new ContextVeil( |
46 | 46 | $target, |
47 | 47 | new ClosureReaction( |
48 | - function (AddingIterator $stored) use ($origin) { |
|
48 | + function(AddingIterator $stored) use ($origin) { |
|
49 | 49 | $res = $stored; |
50 | 50 | if ($origin->valid()) { |
51 | 51 | $res = $stored->from($origin); |