Skip to content

Commit 59896db

Browse files
authored
fix(filters): missing return typehint (#1659)
1 parent c4287b3 commit 59896db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ use Symfony\Component\PropertyInfo\Type;
11911191
11921192
final class RegexpFilter extends AbstractFilter
11931193
{
1194-
protected function filterProperty(string $property, $value, QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, Operation $operation = null, array $context = [])
1194+
protected function filterProperty(string $property, $value, QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, Operation $operation = null, array $context = []): void
11951195
{
11961196
// otherwise filter is applied to order and page as well
11971197
if (

0 commit comments

Comments
 (0)