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 557cc0f commit e53c5faCopy full SHA for e53c5fa
Authentication/Token/Storage/TokenStorageInterface.php
@@ -30,7 +30,7 @@ public function getToken();
30
/**
31
* Sets the authentication token.
32
*
33
- * @param TokenInterface $token A TokenInterface token, or null if no further authentication information should be stored
+ * @param TokenInterface|null $token A TokenInterface token, or null if no further authentication information should be stored
34
*/
35
public function setToken(TokenInterface $token = null);
36
}
0 commit comments