Apply style fix

This commit is contained in:
sephster 2019-07-02 19:21:13 +01:00
parent a92a274d15
commit 46c86ed5b1
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -14,7 +14,7 @@ namespace League\OAuth2\Server\ResponseTypes;
use League\OAuth2\Server\Entities\AccessTokenEntityInterface;
use League\OAuth2\Server\Entities\RefreshTokenEntityInterface;
use Psr\Http\Message\ResponseInterface;
use \LogicException;
use LogicException;
class BearerTokenResponse extends AbstractResponseType
{