@@ -56,7 +56,7 @@ |
||
| 56 | 56 | * $function to the last value in the collection. By default this produces an infinite collection. However you can |
| 57 | 57 | * end the collection by throwing a NoMoreItems exception. |
| 58 | 58 | * |
| 59 | - * @param mixed $input |
|
| 59 | + * @param integer[] $input |
|
| 60 | 60 | * @param callable $function |
| 61 | 61 | * @return Collection |
| 62 | 62 | */ |