Verified Commit 92279d5b authored by Dave Long's avatar Dave Long
Browse files

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

(cherry picked from commit 0a42d222)
parent bcd7a66c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();