mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Add blank line to better format
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user