The trait MartinGeorgiev\Doctrine\...\BooleanValidationTrait requires the property $value which is not provided by MartinGeorgiev\Doctrine\...\Functions\ArrayToJsonb.
Loading history...
27
28
1
protected function getNodeMappingPattern(): array
29
{
30
1
return ['StringPrimary'];
31
}
32
33
1
protected function getFunctionName(): string
34
{
35
1
return 'array_to_jsonb';
36
}
37
38
1
protected function getMinArgumentCount(): int
39
{
40
1
return 1;
41
}
42
43
1
protected function getMaxArgumentCount(): int
44
{
45
1
return 2;
46
}
47
48
1
protected function validateArguments(Node ...$arguments): void
49
{
50
1
parent::validateArguments(...$arguments);
51
52
// Validate that the second parameter is a valid boolean if provided