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