We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6673e commit 2acef25Copy full SHA for 2acef25
User/UserInterface.php
@@ -55,7 +55,7 @@ public function getRoles();
55
* This should be the encoded password. On authentication, a plain-text
56
* password will be salted, encoded, and then compared to this value.
57
*
58
- * @return string The password
+ * @return string|null The encoded password if any
59
*/
60
public function getPassword();
61
0 commit comments