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 f461c2b commit 7e7fafeCopy full SHA for 7e7fafe
src/Schema/Filter.php
@@ -15,5 +15,5 @@ public function __construct(public string $name)
15
{
16
}
17
18
- abstract public function apply(object $query, string|array $value, Context $context);
+ abstract public function apply(object $query, string|array $value, Context $context): void;
19
0 commit comments