run linter

This commit is contained in:
jordanbrauer
2021-02-13 11:21:14 -06:00
parent f6c19e469f
commit 5e0bfba7bf

View File

@ -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