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 (#21)
by Jérémiah
08:56
created
Request/Validator/Rule/MaxQueryDepth.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
         $rootTypes = [$schema->getQueryType(), $schema->getMutationType(), $schema->getSubscriptionType()];
60 60
 
61 61
         return [
62
-            Node::FIELD => function (Field $node) use ($context, $rootTypes) {
62
+            Node::FIELD => function(Field $node) use ($context, $rootTypes) {
63 63
                 $parentType = $context->getParentType();
64 64
                 $type = $this->retrieveCurrentTypeFromValidationContext($context);
65 65
                 $isIntrospectionType = $type && $type->name === '__Schema';
@@ -73,8 +73,7 @@  discard block
 block discarded – undo
73 73
                             static::$maxQueryDepth + static::DEFAULT_MAX_COUNT_AFTER_DEPTH_LIMIT,
74 74
                             0,
75 75
                             true
76
-                        ) :
77
-                        0
76
+                        ) : 0
78 77
                     ;
79 78
 
80 79
                     if ($depth > static::$maxQueryDepth) {
Please login to merge, or discard this patch.