Total Complexity | 4 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
20 | class RegexpInstr extends BaseVariadicFunction |
||
21 | { |
||
22 | 3 | protected function getNodeMappingPattern(): array |
|
28 | 3 | ]; |
|
29 | } |
||
30 | |||
31 | 3 | protected function getFunctionName(): string |
|
32 | { |
||
33 | 3 | return 'regexp_instr'; |
|
34 | } |
||
35 | |||
36 | 3 | protected function getMinArgumentCount(): int |
|
39 | } |
||
40 | |||
41 | 3 | protected function getMaxArgumentCount(): int |
|
44 | } |
||
45 | } |
||
46 |