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 2acef25 commit 3c20d33Copy full SHA for 3c20d33
Encoder/EncoderAwareInterface.php
@@ -22,7 +22,7 @@ interface EncoderAwareInterface
22
* If the method returns null, the standard way to retrieve the encoder
23
* will be used instead.
24
*
25
- * @return string
+ * @return string|null
26
*/
27
public function getEncoderName();
28
}
User/User.php
@@ -69,6 +69,7 @@ public function getPassword()
69
70
public function getSalt()
71
{
72
+ return null;
73
74
75
/**
0 commit comments