diff --git a/src/Appwrite/Auth/Auth.php b/src/Appwrite/Auth/Auth.php index 159282c5f4..bc1fa854c4 100644 --- a/src/Appwrite/Auth/Auth.php +++ b/src/Appwrite/Auth/Auth.php @@ -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 {