From 72ead2e3ce39fbe0055b7b24c572e858193e52eb Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Thu, 24 May 2018 12:23:26 +0100 Subject: [PATCH] Fix unused use statement --- tests/AuthorizationValidators/BearerTokenValidatorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AuthorizationValidators/BearerTokenValidatorTest.php b/tests/AuthorizationValidators/BearerTokenValidatorTest.php index 5690c9a9..801846cb 100644 --- a/tests/AuthorizationValidators/BearerTokenValidatorTest.php +++ b/tests/AuthorizationValidators/BearerTokenValidatorTest.php @@ -3,7 +3,6 @@ namespace LeagueTests\AuthorizationValidators; use Lcobucci\JWT\Builder; -use League\OAuth2\Server\Exception\OAuthServerException; use League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator; use League\OAuth2\Server\CryptKey; use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;