Loading core/modules/user/src/UserInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -91,8 +91,8 @@ public function setUsername($username); /** * 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 Loading
core/modules/user/src/UserInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -91,8 +91,8 @@ public function setUsername($username); /** * 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