Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-04-10 09:23:10 -04:00 committed by StyleCI Bot
parent 273ea0ba68
commit 1512960d92
2 changed files with 2 additions and 3 deletions

View File

@ -152,7 +152,6 @@ class ImplicitGrant extends AbstractAuthorizeGrant
// The user approved the client, redirect them back with an access token
if ($authorizationRequest->isAuthorizationApproved() === true) {
$accessToken = $this->issueAccessToken(
$this->accessTokenTTL,
$authorizationRequest->getClient(),