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 4c7b71b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,8 +378,8 @@ 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 AuthCodeEntityInterface $authCode
* @param AuthorizationRequest $authorizationRequest
* @param AuthCodeEntityInterface $authCode
*
* @return array
*/
Expand Down

0 comments on commit 4c7b71b

Please sign in to comment.