Fix AuthenticationException::getToken typehint

This commit is contained in:
Tomas 2019-06-12 07:10:29 +03:00
parent 7a6ce5ff85
commit a9705a0143
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class AuthenticationException extends \RuntimeException implements \Serializable
/**
* Get the token.
*
* @return TokenInterface
* @return TokenInterface|null
*/
public function getToken()
{