Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-04-09 10:46:46 -04:00 committed by StyleCI Bot
parent 2c2ef800d4
commit 0ca2511d1e

View File

@ -2,16 +2,17 @@
namespace LeagueTests\ResponseTypes;
use \Stubs\AccessTokenEntity;
use League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator;
useLeagueTestsLeague\OAuth2\Server\CryptKey;
use League\OAuth2\Server\Exception\OAuthServerException;
useLeagueTestsLeague\OAuth2\Server\CryptKey;
use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;
use League\OAuth2\Server\ResponseTypes\BearerTokenResponse;
use LeagueTests\Stubs\ClientEntity;
use LeagueTests\Stubs\RefreshTokenEntity;
use LeagueTests\Stubs\ScopeEntity;
use Psr\Http\Message\ResponseInterface;
use Stubs\AccessTokenEntity;
use Zend\Diactoros\Response;
use Zend\Diactoros\ServerRequest;