Skip to content

Commit d3a9478

Browse files
Fix code style
1 parent 7937e9c commit d3a9478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Grant/AuthCodeGrant.php

Lines changed: 2 additions & 2 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,7 +378,7 @@ 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
381+
* @param AuthorizationRequest $authorizationRequest
382382
* @param AuthCodeEntityInterface $authCode
383383
*
384384
* @return array

0 commit comments

Comments
 (0)