diff --git a/src/Support/Str.php b/src/Support/Str.php index bdab0577..7a07a105 100644 --- a/src/Support/Str.php +++ b/src/Support/Str.php @@ -19,8 +19,8 @@ final class Str * Create a (unsecure & non-cryptographically safe) random alpha-numeric * string value. * - * @param int $length The length of the resulting randomized string. - * @return 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 */ public static function random(int $length = 16): string