From 0515129c9cb9af5d7ee41278d41109fe63f29f29 Mon Sep 17 00:00:00 2001 From: sephster Date: Sat, 13 Oct 2018 14:37:36 +0100 Subject: [PATCH] Fix coding standards issues --- src/Grant/AuthCodeGrant.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index 53c64a85..add63511 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -35,11 +35,10 @@ class AuthCodeGrant extends AbstractAuthorizeGrant private $enableCodeExchangeProof = false; /** - * @param AuthCodeRepositoryInterface $authCodeRepository + * @param AuthCodeRepositoryInterface $authCodeRepository * @param RefreshTokenRepositoryInterface $refreshTokenRepository - * @param \DateInterval $authCodeTTL + * @param \DateInterval $authCodeTTL * - * @return void * @throws \Exception */ public function __construct( @@ -167,8 +166,6 @@ class AuthCodeGrant extends AbstractAuthorizeGrant * @param AuthCodeEntityInterface $authCodePayload * @param ClientEntityInterface $client * @param ServerRequestInterface $request - * - * @return void */ private function validateAuthorizationCode( $authCodePayload,