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

@ -193,8 +193,8 @@ abstract class AbstractGrant implements GrantTypeInterface
/**
* Validate scopes in the request.
*
* @param string $scopes
* @param string $redirectUri
* @param string $scopes
* @param string $redirectUri
*
* @throws \League\OAuth2\Server\Exception\OAuthServerException
*

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(),