Skip to content

Commit

Permalink
Fix ECS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Aug 8, 2024
1 parent 3a4ea02 commit b1c3487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/HasPriceBetweenQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function buildQuery(array $data): ?AbstractQuery
// When we change the functionality, it breaks search filtering on empty price fields value
/** @phpstan-ignore-next-line */
$minPrice = $dataMinPrice ? $this->resolveBasePrice($dataMinPrice) : null;

/** @phpstan-ignore-next-line */
$maxPrice = $dataMaxPrice ? $this->resolveBasePrice($dataMaxPrice) : null;

Expand Down

0 comments on commit b1c3487

Please sign in to comment.