Skip to content

Commit bb70784

Browse files
committed
fix: correct phpdocs
1 parent 5ab84ff commit bb70784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/support/src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function str(Stringable|int|string|null $string = ''): ImmutableString
1818
}
1919

2020
/**
21-
* Creates an instance of {@see \Tempest\Support\Arr\ImmutableCollection} using the given `$input`. If `$input` is not an array, it will be wrapped in one.
21+
* Creates an instance of {@see \Tempest\Support\Arr\ImmutableArray} using the given `$input`. If `$input` is not an array, it will be wrapped in one.
2222
*/
2323
function arr(mixed $input = []): ImmutableArray
2424
{

0 commit comments

Comments
 (0)