The trait MartinGeorgiev\Doctrine\...\BooleanValidationTrait requires the property $value which is not provided by MartinGeorgiev\Doctrine\...T\Functions\ArrayToJson.
Loading history...
28
29
3
protected function customizeFunction(): void
30
{
31
3
$this->setFunctionPrototype('array_to_json(%s)');
32
}
33
34
3
protected function validateArguments(Node ...$arguments): void