Add blank line to better format

This commit is contained in:
sephster 2018-11-21 21:26:54 +00:00
parent b09154af33
commit 8b421818f2
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -214,6 +214,7 @@ class AuthorizationServer implements EmitterAwareInterface
protected function getResponseType() protected function getResponseType()
{ {
$responseType = clone $this->responseType; $responseType = clone $this->responseType;
if ($responseType instanceof AbstractResponseType) { if ($responseType instanceof AbstractResponseType) {
$responseType->setPrivateKey($this->privateKey); $responseType->setPrivateKey($this->privateKey);
} }