mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Spacing fix
This commit is contained in:
parent
0748ba379b
commit
bfab30061e
@ -151,8 +151,7 @@ class Server
|
|||||||
|
|
||||||
if ($clientDetails === false) {
|
if ($clientDetails === false) {
|
||||||
|
|
||||||
throw new OAuthServerClientException(
|
throw new OAuthServerClientException($this->errors['invalid_client'], 8);
|
||||||
$this->errors['invalid_client'], 8);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Response type
|
// Response type
|
||||||
|
Loading…
Reference in New Issue
Block a user