mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Minor fixes
This commit is contained in:
parent
4bc89f3fc2
commit
a40ac5d77b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user