From d3a9478da6424dd503f16f957050539f4691eb9c Mon Sep 17 00:00:00 2001 From: Christiaan Goossens Date: Fri, 13 Jul 2018 14:54:59 +0200 Subject: [PATCH] Fix code style --- src/Grant/AuthCodeGrant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index bb2e3da47..b0d855f52 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -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; @@ -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