| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 23 | class Index extends BaseVariadicFunction |
||
| 24 | { |
||
| 25 | 1 | protected function getNodeMappingPattern(): array |
|
| 26 | { |
||
| 27 | 1 | return ['StringPrimary,StringPrimary,SimpleArithmeticExpression']; |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | protected function getFunctionName(): string |
|
| 31 | { |
||
| 32 | 1 | return 'index'; |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | protected function getMinArgumentCount(): int |
|
| 38 | } |
||
| 39 | |||
| 40 | 1 | protected function getMaxArgumentCount(): int |
|
| 43 | } |
||
| 44 | } |
||
| 45 |