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 ae71a15 commit 8eb0d22Copy full SHA for 8eb0d22
Tests/Authentication/Token/AbstractTokenTest.php
@@ -266,7 +266,7 @@ public function getUserIdentifier(): string
266
return $this->name;
267
}
268
269
- public function getPassword()
+ public function getPassword(): ?string
270
{
271
return '***';
272
@@ -284,7 +284,7 @@ public function eraseCredentials()
284
285
286
287
- public function getSalt()
+ public function getSalt(): ?string
288
289
return null;
290
0 commit comments