Add blank line above throw

This commit is contained in:
Andrew Millington
2019-07-25 19:04:44 +01:00
parent 3413c20590
commit 8a78e00a2e

View File

@@ -36,6 +36,7 @@ class ClientCredentialsGrant extends AbstractGrant
if (!$client->isConfidential()) {
$this->getEmitter()->emit(new RequestEvent(RequestEvent::CLIENT_AUTHENTICATION_FAILED, $request));
throw OAuthServerException::invalidClient($request);
}