mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-07-11 11:36:24 +02:00
Improve PHPDoc
This commit is contained in:
@ -257,7 +257,7 @@ class Auth {
|
|||||||
* @param string $password the user's password
|
* @param string $password the user's password
|
||||||
* @param bool $remember whether to keep the user logged in ("remember me") or not
|
* @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 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 EmailNotVerifiedException if the email address has not been verified yet via confirmation email
|
||||||
* @throws AuthError if an internal problem occurred (do *not* catch)
|
* @throws AuthError if an internal problem occurred (do *not* catch)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user