This commit is contained in:
Nuno Maduro
2024-01-20 11:43:52 +00:00
parent 6d74965727
commit e135e2671f
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ final class Str
* Create a (unsecure & non-cryptographically safe) random alpha-numeric
* string value.
*
* @param int $length the length of the resulting randomized string
* @param int $length the length of the resulting randomized string
*
* @see https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/Str.php#L240-L242
*/