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.
NullToken::getUser()
1 parent 11d815c commit 1468230Copy full SHA for 1468230
Authentication/Token/NullToken.php
@@ -33,7 +33,7 @@ public function getCredentials()
33
34
public function getUser()
35
{
36
- return '';
+ return null;
37
}
38
39
public function setUser($user)
0 commit comments