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.
2 parents 13ff511 + 2acef25 commit 6d80a6bCopy full SHA for 6d80a6b
User/UserInterface.php
@@ -54,7 +54,7 @@ public function getRoles();
54
* This should be the encoded password. On authentication, a plain-text
55
* password will be salted, encoded, and then compared to this value.
56
*
57
- * @return string The password
+ * @return string|null The encoded password if any
58
*/
59
public function getPassword();
60
0 commit comments