mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Chaneg param types to satisfy PHPStan
This commit is contained in:
@@ -163,7 +163,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
/**
|
/**
|
||||||
* Validate the authorization code.
|
* Validate the authorization code.
|
||||||
*
|
*
|
||||||
* @param object $authCodePayload
|
* @param \stdClass $authCodePayload
|
||||||
* @param ClientEntityInterface $client
|
* @param ClientEntityInterface $client
|
||||||
* @param ServerRequestInterface $request
|
* @param ServerRequestInterface $request
|
||||||
*/
|
*/
|
||||||
@@ -198,7 +198,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
/**
|
/**
|
||||||
* Get scopes from the auth code payload.
|
* Get scopes from the auth code payload.
|
||||||
*
|
*
|
||||||
* @param object $authCodePayload
|
* @param \stdClass $authCodePayload
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user