Total Complexity | 6 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class ExecutableDefinitionsRule extends AbstractRule |
||
21 | { |
||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | protected function enterDocument(DocumentNode $node): ?NodeInterface |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @param NodeInterface $node |
||
43 | * @return string |
||
44 | */ |
||
45 | protected function getDefinitionName(NodeInterface $node): string |
||
56 |