Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
24 | class Subpath extends BaseVariadicFunction |
||
25 | { |
||
26 | 3 | protected function getNodeMappingPattern(): array |
|
31 | 3 | ]; |
|
32 | } |
||
33 | |||
34 | 3 | protected function getFunctionName(): string |
|
37 | } |
||
38 | |||
39 | 3 | protected function getMinArgumentCount(): int |
|
40 | { |
||
41 | 3 | return 2; |
|
42 | } |
||
43 | |||
44 | 3 | protected function getMaxArgumentCount(): int |
|
47 | } |
||
48 | } |
||
49 |