Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#72)
by Jérémiah
07:56
created
Request/Executor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
             isset($data[ParserInterface::PARAM_OPERATION_NAME]) ? $data[ParserInterface::PARAM_OPERATION_NAME] : null
153 153
         );
154 154
 
155
-        if (!is_object($executionResult)  || !$executionResult instanceof ExecutionResult) {
155
+        if (!is_object($executionResult) || !$executionResult instanceof ExecutionResult) {
156 156
             throw new \RuntimeException(sprintf('Execution result should be an object instantiating "%s".', 'GraphQL\\Executor\\ExecutionResult'));
157 157
         }
158 158
 
Please login to merge, or discard this patch.