| Total Complexity | 5 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class VariablesDefaultValueAllowedRule extends AbstractRule |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @inheritdoc |
||
| 23 | */ |
||
| 24 | protected function enterSelectionSet(SelectionSetNode $node): ?NodeInterface |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @inheritdoc |
||
| 31 | */ |
||
| 32 | protected function enterFragmentDefinition(FragmentDefinitionNode $node): ?NodeInterface |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @inheritdoc |
||
| 39 | */ |
||
| 40 | protected function enterVariableDefinition(VariableDefinitionNode $node): ?NodeInterface |
||
| 59 |