From 3d8c583823a60521fe7407a896ee656cb88b3391 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 19 Aug 2017 00:46:38 +0200 Subject: [PATCH] Remove exception from PHPDoc that cannot reasonably appear in practice --- src/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index 0473f73..5e414b4 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -590,7 +590,6 @@ final class Auth extends UserManager { * @throws InvalidSelectorTokenPairException if either the selector or the token was not correct * @throws TokenExpiredException if the token has already expired * @throws UserAlreadyExistsException if an attempt has been made to change the email address to a (now) occupied address - * @throws InvalidEmailException if the email address has been invalid * @throws TooManyRequestsException if the number of allowed attempts/requests has been exceeded * @throws AuthError if an internal problem occurred (do *not* catch) */