8000
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 55a484d commit 00d7f8cCopy full SHA for 00d7f8c
src/Symfony/Component/Security/Core/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