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 c7fb5e2 commit 8a9e22bCopy full SHA for 8a9e22b
Authenticator/Passport/Badge/UserBadge.php
@@ -61,7 +61,7 @@ public function getUserIdentifier(): string
61
*/
62
public function getUser(): UserInterface
63
{
64
- if (null !== $this->user) {
+ if (isset($this->user)) {
65
return $this->user;
66
}
67
0 commit comments