mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix docblock alignment
This commit is contained in:
@ -163,9 +163,9 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
/**
|
/**
|
||||||
* Validate the authorization code.
|
* Validate the authorization code.
|
||||||
*
|
*
|
||||||
* @param object $authCodePayload
|
* @param object $authCodePayload
|
||||||
* @param ClientEntityInterface $client
|
* @param ClientEntityInterface $client
|
||||||
* @param ServerRequestInterface $request
|
* @param ServerRequestInterface $request
|
||||||
*/
|
*/
|
||||||
private function validateAuthorizationCode(
|
private function validateAuthorizationCode(
|
||||||
$authCodePayload,
|
$authCodePayload,
|
||||||
|
Reference in New Issue
Block a user