Merge pull request #466 from thephpleague/analysis-8641PP

Applied fixes from StyleCI
This commit is contained in:
Alex Bilbie 2016-03-15 22:21:49 +01:00
commit 264bc7b625

View File

@ -12,9 +12,7 @@ namespace League\OAuth2\Server\ResponseTypes;
use League\OAuth2\Server\Entities\Interfaces\AccessTokenEntityInterface;
use League\OAuth2\Server\Entities\Interfaces\RefreshTokenEntityInterface;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;
use Psr\Http\Message\ServerRequestInterface;
abstract class AbstractResponseType implements ResponseTypeInterface
{