Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class Row extends BaseVariadicFunction |
||
13 | { |
||
14 | 1 | protected function getNodeMappingPattern(): array |
|
15 | { |
||
16 | 1 | return ['InParameter']; |
|
17 | } |
||
18 | |||
19 | 1 | protected function getFunctionName(): string |
|
22 | } |
||
23 | |||
24 | 1 | protected function getMinArgumentCount(): int |
|
27 | } |
||
28 | |||
29 | 1 | protected function getMaxArgumentCount(): int |
|
32 | } |
||
33 | } |
||
34 |