From 6f74c565e84802db774b04af9859ee716fb7a70a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 15 Aug 2022 09:55:37 +0300 Subject: [PATCH] Fixed docblock --- src/Appwrite/Auth/Auth.php | 6 ------ 1 file changed, 6 deletions(-) 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 {