[Security] Fix docblock.

This commit is contained in:
Alexander M. Turek 2020-11-05 00:24:50 +01:00
parent e5ec20400c
commit 60e506835a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ interface TokenStorageInterface
/**
* Sets the authentication token.
*
* @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
*/
public function setToken(TokenInterface $token = null);
}