| Total Complexity | 5 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 18 | class ToTsvector extends BaseVariadicFunction | ||
| 19 | { | ||
| 20 | 3 | protected function getNodeMappingPattern(): array | |
| 23 | } | ||
| 24 | |||
| 25 | 3 | protected function customizeFunction(): void | |
| 26 |     { | ||
| 27 | 3 |         $this->setFunctionPrototype('to_tsvector(%s)'); | |
| 28 | } | ||
| 29 | |||
| 30 | 3 | protected function validateArguments(Node ...$arguments): void | |
| 35 | } | ||
| 36 | } | ||
| 38 |