mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Fix coding standards issues
This commit is contained in:
parent
50566cdc87
commit
0515129c9c
@ -35,11 +35,10 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
private $enableCodeExchangeProof = false;
|
private $enableCodeExchangeProof = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param AuthCodeRepositoryInterface $authCodeRepository
|
* @param AuthCodeRepositoryInterface $authCodeRepository
|
||||||
* @param RefreshTokenRepositoryInterface $refreshTokenRepository
|
* @param RefreshTokenRepositoryInterface $refreshTokenRepository
|
||||||
* @param \DateInterval $authCodeTTL
|
* @param \DateInterval $authCodeTTL
|
||||||
*
|
*
|
||||||
* @return void
|
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
@ -167,8 +166,6 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
* @param AuthCodeEntityInterface $authCodePayload
|
* @param AuthCodeEntityInterface $authCodePayload
|
||||||
* @param ClientEntityInterface $client
|
* @param ClientEntityInterface $client
|
||||||
* @param ServerRequestInterface $request
|
* @param ServerRequestInterface $request
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
private function validateAuthorizationCode(
|
private function validateAuthorizationCode(
|
||||||
$authCodePayload,
|
$authCodePayload,
|
||||||
|
Loading…
Reference in New Issue
Block a user