We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -152,7 +152,7 @@ |
||
| 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 | |