mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Anal style fix
This commit is contained in:
parent
8ae0dbcf46
commit
3cb53448c5
@ -80,7 +80,7 @@ class AuthServer
|
||||
}
|
||||
$this->grantTypes[$identifier] = $grantType;
|
||||
|
||||
if (! is_null($grantType->getResponseType())) {
|
||||
if ( ! is_null($grantType->getResponseType())) {
|
||||
$this->responseTypes[] = $grantType->getResponseType();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user