Issue #3346756 by andypost, longwave: UserInterface::getPassword() can return NULL

merge-requests/3515/merge
Dave Long 2023-03-13 11:49:40 +00:00
parent d05fc9982e
commit 0a42d22231
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ interface UserInterface extends ContentEntityInterface, EntityChangedInterface,
/**
* Returns the hashed password.
*
* @return string
* The hashed password.
* @return string|null
* The hashed password, or NULL if a password is not set.
*/
public function getPassword();