| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 24 | class Subpath extends BaseVariadicFunction |
||
| 25 | { |
||
| 26 | 1 | protected function getNodeMappingPattern(): array |
|
| 29 | } |
||
| 30 | |||
| 31 | 1 | protected function getFunctionName(): string |
|
| 34 | } |
||
| 35 | |||
| 36 | 1 | protected function getMinArgumentCount(): int |
|
| 37 | { |
||
| 38 | 1 | return 2; |
|
| 39 | } |
||
| 40 | |||
| 41 | 1 | protected function getMaxArgumentCount(): int |
|
| 44 | } |
||
| 45 | } |
||
| 46 |