diff --git a/src/OAuth2/AuthServer.php b/src/OAuth2/AuthServer.php index df4eec51..2ff9df46 100644 --- a/src/OAuth2/AuthServer.php +++ b/src/OAuth2/AuthServer.php @@ -80,7 +80,7 @@ class AuthServer } $this->grantTypes[$identifier] = $grantType; - if (! is_null($grantType->getResponseType())) { + if ( ! is_null($grantType->getResponseType())) { $this->responseTypes[] = $grantType->getResponseType(); } }