Verified Commit bd619962 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 687473d5
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();