Skip to content

Commit

Permalink
Merge pull request #535 from thephpleague/analysis-z4xGnw
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
alexbilbie committed Apr 10, 2016
2 parents 103b0cc + 2328f59 commit f9bde23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grant/AuthCodeGrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function respondToAccessTokenRequest(
// Inject tokens into response type
$responseType->setAccessToken($accessToken);
$responseType->setRefreshToken($refreshToken);

// Revoke used auth code
$this->authCodeRepository->revokeAuthCode($authCodePayload->auth_code_id);

Expand Down

0 comments on commit f9bde23

Please sign in to comment.