Skip to content

Commit a3b0142

Browse files
committed
Fix AuthenticationException::getToken typehint
1 parent 495a14c commit a3b0142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AuthenticationException extends \RuntimeException implements \Serializable
2626
/**
2727
* Get the token.
2828
*
29-
* @return TokenInterface
29+
* @return TokenInterface|null
3030
*/
3131
public function getToken()
3232
{

0 commit comments

Comments
 (0)