@@ -22,7 +22,7 @@ |
||
22 | 22 | if ($times < 0) { |
23 | 23 | throw new RuntimeException('The count of values ($times) must be a positive value'); |
24 | 24 | } |
25 | - $generator = $generator ?? static function (int $index) { |
|
25 | + $generator = $generator ?? static function(int $index) { |
|
26 | 26 | return $index; |
27 | 27 | }; |
28 | 28 |