1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Fixed docblock

This commit is contained in:
Eldad Fux 2022-08-15 09:55:37 +03:00
parent f88a64df1c
commit 6f74c565e8

View file

@ -256,8 +256,6 @@ class Auth
* @param int $length
*
* @return string
*
* @throws \Exception
*/
public static function passwordGenerator(int $length = 20): string
{
@ -272,8 +270,6 @@ class Auth
* @param int $length
*
* @return string
*
* @throws \Exception
*/
public static function tokenGenerator(int $length = 128): string
{
@ -288,8 +284,6 @@ class Auth
* @param int $length
*
* @return string
*
* @throws \Exception
*/
public static function codeGenerator(int $length = 6): string
{