| Total Complexity | 4 | 
| Total Lines | 14 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 17 | class ToTsvector extends BaseVariadicFunction | ||
| 18 | { | ||
| 19 | protected string $commonNodeMapping = 'StringExpression'; | ||
| 20 | |||
| 21 | protected function customizeFunction(): void | ||
| 22 |     { | ||
| 23 |         $this->setFunctionPrototype('to_tsvector(%s)'); | ||
| 24 | } | ||
| 25 | |||
| 26 | protected function validateArguments(array $arguments): void | ||
| 31 | } | ||
| 32 | } | ||
| 34 |