@@ -24,7 +24,7 @@ |
||
24 | 24 | ) { |
25 | 25 | parent::__construct( |
26 | 26 | $source, |
27 | - fn (Iterator $source): array => iterator_to_array($source) |
|
27 | + fn(Iterator $source): array => iterator_to_array($source) |
|
28 | 28 | ); |
29 | 29 | } |
30 | 30 | } |