Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaangoossens committed Jul 13, 2018
1 parent 7937e9c commit d3a9478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Grant/AuthCodeGrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

namespace League\OAuth2\Server\Grant;

use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
use League\OAuth2\Server\Entities\ClientEntityInterface;
use League\OAuth2\Server\Entities\ScopeEntityInterface;
use League\OAuth2\Server\Entities\UserEntityInterface;
use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;
use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
Expand Down Expand Up @@ -378,7 +378,7 @@ public function completeAuthorizationRequest(AuthorizationRequest $authorization
* Add custom fields to your authorization code to save some data from the previous (authorize) state
* for when you are issuing the token at the token endpoint
*
* @param AuthorizationRequest $authorizationRequest
* @param AuthorizationRequest $authorizationRequest
* @param AuthCodeEntityInterface $authCode
*
* @return array
Expand Down

0 comments on commit d3a9478

Please sign in to comment.