Skip to content

Commit 4c7b71b

Browse files
Fix code style
1 parent 7937e9c commit 4c7b71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Grant/AuthCodeGrant.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
namespace League\OAuth2\Server\Grant;
1111

12+
use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
1213
use League\OAuth2\Server\Entities\ClientEntityInterface;
1314
use League\OAuth2\Server\Entities\ScopeEntityInterface;
1415
use League\OAuth2\Server\Entities\UserEntityInterface;
15-
use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
1616
use League\OAuth2\Server\Exception\OAuthServerException;
1717
use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;
1818
use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
@@ -378,8 +378,8 @@ public function completeAuthorizationRequest(AuthorizationRequest $authorization
378378
* Add custom fields to your authorization code to save some data from the previous (authorize) state
379379
* for when you are issuing the token at the token endpoint
380380
*
381-
* @param AuthorizationRequest $authorizationRequest
382-
* @param AuthCodeEntityInterface $authCode
381+
* @param AuthorizationRequest $authorizationRequest
382+
* @param AuthCodeEntityInterface $authCode
383383
*
384384
* @return array
385385
*/

0 commit comments

Comments
 (0)