The trait MartinGeorgiev\Doctrine\...TimezoneValidationTrait requires the property $value which is not provided by MartinGeorgiev\Doctrine\...y\AST\Functions\DateAdd.
Loading history...
27
28
4
protected function customizeFunction(): void
29
{
30
4
$this->setFunctionPrototype('date_add(%s)');
31
}
32
33
4
protected function validateArguments(Node ...$arguments): void