Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | class RepeatableDirectives extends Constraint |
||
24 | { |
||
25 | /** |
||
26 | * @param NodeInterface $node |
||
27 | * @param SpecificationInterface $spec |
||
28 | * @return void |
||
29 | * @throws TypeErrorException |
||
30 | * @throws NotAccessibleException |
||
31 | * @throws \RuntimeException |
||
32 | */ |
||
33 | public static function assert(NodeInterface $node, SpecificationInterface $spec): void |
||
44 |