Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class Tsrange extends BaseVariadicFunction |
||
16 | { |
||
17 | 1 | protected function getFunctionName(): string |
|
20 | } |
||
21 | |||
22 | /** |
||
23 | * @return array<string> |
||
24 | */ |
||
25 | 1 | protected function getNodeMappingPattern(): array |
|
26 | { |
||
27 | 1 | return ['StringPrimary']; |
|
28 | } |
||
29 | |||
30 | 1 | protected function getMinArgumentCount(): int |
|
33 | } |
||
34 | |||
35 | 1 | protected function getMaxArgumentCount(): int |
|
38 | } |
||
39 | } |
||
40 |