mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +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
|
* Create a (unsecure & non-cryptographically safe) random alpha-numeric
|
||||||
* string value.
|
* string value.
|
||||||
*
|
*
|
||||||
* @param int $length The length of the resulting randomized string.
|
* @param int $length the length of the resulting randomized string
|
||||||
* @return string
|
*
|
||||||
* @see https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/Str.php#L240-L242
|
* @see https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/Str.php#L240-L242
|
||||||
*/
|
*/
|
||||||
public static function random(int $length = 16): string
|
public static function random(int $length = 16): string
|
||||||
|
|||||||
Reference in New Issue
Block a user