Remove assignment as not needed

This commit is contained in:
sephster 2018-09-02 14:58:02 +01:00
parent de899fbe0a
commit e85a8e31e8
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -83,7 +83,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
// Only validate the client if it is confidential
if ($client->isConfidential()) {
$client = $this->validateClient($request);
$this->validateClient($request);
}
$encryptedAuthCode = $this->getRequestParameter('code', $request, null);