Skip to content

Commit

Permalink
removed extra parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohiprasad committed Jun 5, 2024
1 parent fc96692 commit 58ba8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Helper/QueryFilterHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ private function getCustomValueValueExpression(
string $operator,
string $valueParameter,
bool $alreadyNegated = false,
array $parameterValueArray = [],
$filterParameterValue = null,
): CompositeExpression|string {
if ($alreadyNegated) {
Expand Down

0 comments on commit 58ba8ca

Please sign in to comment.