diff --git a/src/flextype/helpers/collection.php b/src/flextype/helpers/collection.php index 778daed8..a3fa4853 100644 --- a/src/flextype/helpers/collection.php +++ b/src/flextype/helpers/collection.php @@ -63,7 +63,7 @@ if (! function_exists('collectionWithRange')) { * * @return Collection */ - function collectionWithRange($low, $high, int $step = 1): Arrays + function collectionWithRange($low, $high, int $step = 1): Collection { return Collection::createWithRange($low, $high, $step); }