File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
namespace League \OAuth2 \Server \Grant ;
11
11
12
+ use League \OAuth2 \Server \Entities \AuthCodeEntityInterface ;
12
13
use League \OAuth2 \Server \Entities \ClientEntityInterface ;
13
14
use League \OAuth2 \Server \Entities \ScopeEntityInterface ;
14
15
use League \OAuth2 \Server \Entities \UserEntityInterface ;
15
- use League \OAuth2 \Server \Entities \AuthCodeEntityInterface ;
16
16
use League \OAuth2 \Server \Exception \OAuthServerException ;
17
17
use League \OAuth2 \Server \Repositories \AuthCodeRepositoryInterface ;
18
18
use League \OAuth2 \Server \Repositories \RefreshTokenRepositoryInterface ;
@@ -378,8 +378,8 @@ public function completeAuthorizationRequest(AuthorizationRequest $authorization
378
378
* Add custom fields to your authorization code to save some data from the previous (authorize) state
379
379
* for when you are issuing the token at the token endpoint
380
380
*
381
- * @param AuthorizationRequest $authorizationRequest
382
- * @param AuthCodeEntityInterface $authCode
381
+ * @param AuthorizationRequest $authorizationRequest
382
+ * @param AuthCodeEntityInterface $authCode
383
383
*
384
384
* @return array
385
385
*/
You can’t perform that action at this time.
0 commit comments