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 298c111 commit fc7dd01Copy full SHA for fc7dd01
tests/Support/CustomFilter/DigitalHandler.php
@@ -19,6 +19,6 @@ public function getFilterClass(): string
19
public function match(object|array $item, FilterInterface $filter, Context $context): bool
20
{
21
/** @var Digital $filter */
22
- return ctype_digit((string) ArrayHelper::getValue($item, $filter->field));
+ return ctype_digit((string) $context->readValue($item, $filter->field));
23
}
24
0 commit comments