Remove extra line spaces

This commit is contained in:
sephster 2019-06-23 17:35:24 +01:00
parent e1324b88b2
commit c7d047f7f5
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -112,11 +112,8 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
try {
$authCodePayload = json_decode($this->decrypt($encryptedAuthCode));
$this->validateAuthorizationCode($authCodePayload, $client, $request);
$scopes = $this->scopeRepository->finalizeScopes(
$this->validateScopes($authCodePayload->scopes),
$this->getIdentifier(),