@@ -19,7 +19,7 @@ |
||
19 | 19 | * Create a collection based on a range generator |
20 | 20 | * @param int|float $low start value |
21 | 21 | * @param int|float $high end value |
22 | - * @param int|float $step increment |
|
22 | + * @param integer $step increment |
|
23 | 23 | * @return Collection |
24 | 24 | */ |
25 | 25 | public static function range($low, $high, $step = 1) : Collection |