@@ -45,7 +45,7 @@ |
||
| 45 | 45 | while ($this->origin->valid()) { |
| 46 | 46 | $target = (new ValidTernary( |
| 47 | 47 | $this->origin, |
| 48 | - function (Iterator $source) use ($target) { |
|
| 48 | + function(Iterator $source) use ($target) { |
|
| 49 | 49 | $target = $target->from($source); |
| 50 | 50 | $source->next(); |
| 51 | 51 | return $target; |
@@ -33,10 +33,10 @@ |
||
| 33 | 33 | new ContextVeil( |
| 34 | 34 | $target, |
| 35 | 35 | new ClosureReaction( |
| 36 | - function (AddingIterator $stored) use ($origin) { |
|
| 36 | + function(AddingIterator $stored) use ($origin) { |
|
| 37 | 37 | return (new ValidTernary( |
| 38 | 38 | $origin, |
| 39 | - function (Iterator $source) use ($stored) { |
|
| 39 | + function(Iterator $source) use ($stored) { |
|
| 40 | 40 | $temp = $stored->from($source); |
| 41 | 41 | $source->next(); |
| 42 | 42 | return $temp; |