Fix coding standards issues

This commit is contained in:
sephster 2018-10-13 14:37:36 +01:00
parent 50566cdc87
commit 0515129c9c
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -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,