Merge pull request #516 from thephpleague/analysis-8jLba7

Applied fixes from StyleCI
This commit is contained in:
Alex Bilbie 2016-04-09 13:54:13 +01:00
commit 5430ddb230

View File

@ -3,8 +3,8 @@
namespace League\OAuth2\Server\AuthorizationValidators;
use Lcobucci\JWT\Parser;
use Lcobucci\JWT\ValidationData;
use Lcobucci\JWT\Signer\Rsa\Sha256;
use Lcobucci\JWT\ValidationData;
use League\OAuth2\Server\CryptTrait;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;