@@ -42,7 +42,7 @@ |
||
| 42 | 42 | |
| 43 | 43 | // The outer iterator is a finite replaceable iterator with a condition |
| 44 | 44 | // on the inner iterator not being empty. |
| 45 | - parent::__construct(new InfiniteIterator(new ReplaceableIterator(), function ($iterator) { |
|
| 45 | + parent::__construct(new InfiniteIterator(new ReplaceableIterator(), function($iterator) { |
|
| 46 | 46 | return !$iterator->current()->valid(); |
| 47 | 47 | })); |
| 48 | 48 | } |