mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
run linter
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user