We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -68,7 +68,7 @@ |
||
68 | 68 | |
69 | 69 | try { |
70 | 70 | $payload = $this->processQuery($request, $schemaName, $batched); |
71 | - } catch(BadRequestHttpException $e) { |
|
71 | + } catch (BadRequestHttpException $e) { |
|
72 | 72 | if ($this->debugMode) { |
73 | 73 | throw $e; |
74 | 74 | } else { |