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 99
1010namespace League \OAuth2 \Server \Grant ;
1111
12+ use League \OAuth2 \Server \Entities \AuthCodeEntityInterface ;
1213use League \OAuth2 \Server \Entities \ClientEntityInterface ;
1314use League \OAuth2 \Server \Entities \ScopeEntityInterface ;
1415use League \OAuth2 \Server \Entities \UserEntityInterface ;
15- use League \OAuth2 \Server \Entities \AuthCodeEntityInterface ;
1616use League \OAuth2 \Server \Exception \OAuthServerException ;
1717use League \OAuth2 \Server \Repositories \AuthCodeRepositoryInterface ;
1818use 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 */
You can’t perform that action at this time.
0 commit comments