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 79d396b + 9b55875 commit 6b8960cCopy full SHA for 6b8960c
User/UserInterface.php
@@ -52,7 +52,7 @@ public function getRoles();
52
* This should be the encoded password. On authentication, a plain-text
53
* password will be salted, encoded, and then compared to this value.
54
*
55
- * @return string The password
+ * @return string|null The encoded password if any
56
*/
57
public function getPassword();
58
0 commit comments