Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-04-09 08:53:29 -04:00 committed by StyleCI Bot
parent a83c56f570
commit 1ccfd9be32

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;