Fix blank line spacing issue

This commit is contained in:
Andrew Millington 2018-04-20 18:33:46 +01:00
parent 9febc32e14
commit 6991777ff3
No known key found for this signature in database
GPG Key ID: 815DE090877B53F3

View File

@ -286,7 +286,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
} }
$codeChallengeMethod = $this->getQueryStringParameter('code_challenge_method', $request, 'plain'); $codeChallengeMethod = $this->getQueryStringParameter('code_challenge_method', $request, 'plain');
if (in_array($codeChallengeMethod, ['plain', 'S256'], true) === false) { if (in_array($codeChallengeMethod, ['plain', 'S256'], true) === false) {
throw OAuthServerException::invalidRequest( throw OAuthServerException::invalidRequest(
'code_challenge_method', 'code_challenge_method',