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