The trait MartinGeorgiev\Doctrine\...\BooleanValidationTrait requires the property $value which is not provided by MartinGeorgiev\Doctrine\...unctions\JsonStripNulls.
Loading history...
23
24
3
protected function getFunctionName(): string
25
{
26
3
return 'json_strip_nulls';
27
}
28
29
3
protected function getNodeMappingPattern(): array
30
{
31
3
return [
32
3
'StringPrimary',
33
3
];
34
}
35
36
3
protected function getMinArgumentCount(): int
37
{
38
3
return 1;
39
}
40
41
3
protected function getMaxArgumentCount(): int
42
{
43
3
return 2;
44
}
45
46
3
protected function validateArguments(Node ...$arguments): void