Skip to content

Commit

Permalink
fix: filter values are not validated (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed May 7, 2023
1 parent 7bb2e50 commit 329eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/LockedFilterGambit.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getFilterKey(): string
return 'locked';
}

public function filter(FilterState $filterState, string $filterValue, bool $negate)
public function filter(FilterState $filterState, $filterValue, bool $negate)
{
$this->constrain($filterState->getQuery(), $negate);
}
Expand Down

0 comments on commit 329eccb

Please sign in to comment.