Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-03-15 17:21:21 -04:00 committed by StyleCI Bot
parent a70bc2360a
commit 7159352108

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
{