We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c121ae2 commit 377111fCopy full SHA for 377111f
src/Model/Validator/FilterValidator.php
@@ -40,7 +40,7 @@ public function __construct(FilterInterface $filter, PropertyInterface $property
40
? '($value !== null && (!is_' . implode('($value) && !is_', $filter->getAcceptedTypes()) . '($value)))'
41
: ''
42
) . sprintf(
43
- ' || (($value = call_user_func([%s::class, "%s"], $value)) && false)',
+ ' || (($value = call_user_func([\%s::class, "%s"], $value)) && false)',
44
$filter->getFilter()[0],
45
$filter->getFilter()[1]
46
),
0 commit comments