From a40ac5d77be06bd0ab44dd719ee3bf5dd1e5c6a0 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 11 Feb 2016 17:49:41 +0000 Subject: [PATCH] Minor fixes --- src/Exception/OAuthServerException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index 5531d5ee..09ef4ec5 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -2,7 +2,6 @@ namespace League\OAuth2\Server\Exception; -use League\OAuth2\Server\Utils\RedirectUri; use Psr\Http\Message\ResponseInterface; use Zend\Diactoros\Response; use Zend\Diactoros\ServerRequest; @@ -185,6 +184,7 @@ class OAuthServerException extends \Exception /** * Invalid refresh token * + * @param string|null $hint * @return static */ public static function invalidRefreshToken($hint = null)