Skip to content

Commit 7e7fafe

Browse files
committed
Add return type
1 parent f461c2b commit 7e7fafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ public function __construct(public string $name)
1515
{
1616
}
1717

18-
abstract public function apply(object $query, string|array $value, Context $context);
18+
abstract public function apply(object $query, string|array $value, Context $context): void;
1919
}

0 commit comments

Comments
 (0)