@@ -47,7 +47,7 @@ |
||
| 47 | 47 | parent::__construct( |
| 48 | 48 | new FiniteIterator( |
| 49 | 49 | new InfiniteIterator(new ReplaceableIterator()), |
| 50 | - function ($iterator) { |
|
| 50 | + function($iterator) { |
|
| 51 | 51 | return !$iterator->current()->valid(); |
| 52 | 52 | } |
| 53 | 53 | ) |