mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-27 01:02:12 +05:30
Change docblock type for
This commit is contained in:
parent
0515129c9c
commit
b11d628e8b
@ -163,7 +163,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
/**
|
||||
* Validate the authorization code.
|
||||
*
|
||||
* @param AuthCodeEntityInterface $authCodePayload
|
||||
* @param object $authCodePayload
|
||||
* @param ClientEntityInterface $client
|
||||
* @param ServerRequestInterface $request
|
||||
*/
|
||||
@ -198,7 +198,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
/**
|
||||
* Get scopes from the auth code payload.
|
||||
*
|
||||
* @param AuthCodeEntityInterface $authCodePayload
|
||||
* @param object $authCodePayload
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user