The trait MartinGeorgiev\Doctrine\...\BooleanValidationTrait requires the property $value which is not provided by MartinGeorgiev\Doctrine\...AST\Functions\RowToJson.
Loading history...
27
28
3
protected function getNodeMappingPattern(): array
29
{
30
3
return ['StringPrimary'];
31
}
32
33
3
protected function customizeFunction(): void
34
{
35
3
$this->setFunctionPrototype('row_to_json(%s)');
36
}
37
38
3
protected function validateArguments(Node ...$arguments): void