Skip to content

Commit

Permalink
Fixed terms filter return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Apr 22, 2021
1 parent 2719d41 commit 1d1ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/BuildsFluentQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public function termsFilter(
string $field,
$value,
?float $boost = null
): BuildsFluentQueries {
): self {
$value = value($value, $this, $field);

if ($boost === null) {
Expand Down

0 comments on commit 1d1ff6f

Please sign in to comment.