Issue #3346756 by andypost, longwave: UserInterface::getPassword() can return NULL
parent
d05fc9982e
commit
0a42d22231
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue