@@ -20,7 +20,7 @@ |
||
| 20 | 20 | public function enterNode(NodeInterface $node): ?NodeInterface |
| 21 | 21 | { |
| 22 | 22 | if ($node instanceof DocumentNode) { |
| 23 | - $this->operationCount = \count(array_filter($node->getDefinitions(), function ($definition) { |
|
| 23 | + $this->operationCount = \count(array_filter($node->getDefinitions(), function($definition) { |
|
| 24 | 24 | return $definition instanceof OperationDefinitionNode; |
| 25 | 25 | })); |
| 26 | 26 | } |