@@ -13,17 +13,17 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | final class ArrayyRewindableExtendedGenerator extends ArrayyRewindableGenerator |
| 15 | 15 | { |
| 16 | - public function __construct( |
|
| 17 | - callable $generatorConstructionFunction, |
|
| 18 | - callable $onRewind = null, |
|
| 19 | - string $class = '' |
|
| 20 | - ) { |
|
| 21 | - parent::__construct( |
|
| 22 | - $generatorConstructionFunction, |
|
| 23 | - $onRewind, |
|
| 24 | - $class |
|
| 25 | - ); |
|
| 26 | - } |
|
| 16 | + public function __construct( |
|
| 17 | + callable $generatorConstructionFunction, |
|
| 18 | + callable $onRewind = null, |
|
| 19 | + string $class = '' |
|
| 20 | + ) { |
|
| 21 | + parent::__construct( |
|
| 22 | + $generatorConstructionFunction, |
|
| 23 | + $onRewind, |
|
| 24 | + $class |
|
| 25 | + ); |
|
| 26 | + } |
|
| 27 | 27 | |
| 28 | 28 | |
| 29 | 29 | /** |