@@ -15,7 +15,6 @@  | 
                                                    ||
| 15 | 15 | }  | 
                                                        
| 16 | 16 | |
| 17 | 17 | /**  | 
                                                        
| 18 | - * @param \Traversable $iterator  | 
                                                        |
| 19 | 18 | */  | 
                                                        
| 20 | 19 | public function rewind()  | 
                                                        
| 21 | 20 |      { | 
                                                        
@@ -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 | )  |