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 (#23)
by Jérémiah
13:01
created
Request/Validator/Rule/QueryDepth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             $context,
61 61
             [
62 62
                 Node::OPERATION_DEFINITION => [
63
-                    'leave' => function (OperationDefinition $operationDefinition) use ($context) {
63
+                    'leave' => function(OperationDefinition $operationDefinition) use ($context) {
64 64
                         $maxDepth = $this->fieldDepth($operationDefinition);
65 65
 
66 66
                         if ($maxDepth > $this->getMaxQueryDepth()) {
Please login to merge, or discard this patch.