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 3073208 commit 0d94fd9Copy full SHA for 0d94fd9
CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
6
7
* Add `$token` argument to `UserCheckerInterface::checkPostAuth()`
8
* Deprecate argument `$secret` of `RememberMeToken`
9
+ * Deprecate returning an empty string in `UserInterface::getUserIdentifier()`
10
11
7.0
12
---
User/UserInterface.php
@@ -56,6 +56,8 @@ public function eraseCredentials(): void;
56
57
/**
58
* Returns the identifier for this user (e.g. username or email address).
59
+ *
60
+ * @return non-empty-string
61
*/
62
public function getUserIdentifier(): string;
63
}
0 commit comments