Fix AuthenticationException::getToken typehint

This commit is contained in:
Tomas 2019-06-12 07:10:29 +03:00
parent 7a6ce5ff85
commit a9705a0143

View File

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