From c993657f2092d08c780d893764edbad798b8b215 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 20 Aug 2016 20:57:48 +0200 Subject: [PATCH] Improve PHPDoc --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index a12989c..44dc3aa 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -257,7 +257,7 @@ class Auth { * @param string $password the user's password * @param bool $remember whether to keep the user logged in ("remember me") or not * @throws InvalidEmailException if the email address was invalid or could not be found - * @throws InvalidPasswordException if the password was invalid or didn't match the email address + * @throws InvalidPasswordException if the password was invalid * @throws EmailNotVerifiedException if the email address has not been verified yet via confirmation email * @throws AuthError if an internal problem occurred (do *not* catch) */