| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class ToTsvector extends BaseVariadicFunction |
||
| 16 | { |
||
| 17 | 3 | protected function getNodeMappingPattern(): array |
|
| 18 | { |
||
| 19 | 3 | return ['StringExpression']; |
|
| 20 | } |
||
| 21 | |||
| 22 | 3 | protected function getFunctionName(): string |
|
| 23 | { |
||
| 24 | 3 | return 'to_tsvector'; |
|
| 25 | } |
||
| 26 | |||
| 27 | 3 | protected function getMinArgumentCount(): int |
|
| 30 | } |
||
| 31 | |||
| 32 | 3 | protected function getMaxArgumentCount(): int |
|
| 37 |