From 828caf588dadf0ed6cbaadecadc0cf71c504bced Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 12 Jun 2019 07:10:29 +0300 Subject: [PATCH] Fix AuthenticationException::getToken typehint --- Core/Exception/AuthenticationException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Exception/AuthenticationException.php b/Core/Exception/AuthenticationException.php index 2c6c7344a..f79cf3ecf 100644 --- a/Core/Exception/AuthenticationException.php +++ b/Core/Exception/AuthenticationException.php @@ -26,7 +26,7 @@ class AuthenticationException extends \RuntimeException implements \Serializable /** * Get the token. * - * @return TokenInterface + * @return TokenInterface|null */ public function getToken() {