mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 10:41:51 +05:30
Add blank line to better format
This commit is contained in:
parent
b09154af33
commit
8b421818f2
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user