Skip to content

Commit

Permalink
#37 Fix missing return statement in setWeightedSearch() which uses a …
Browse files Browse the repository at this point in the history
…fluent interface
  • Loading branch information
extracts committed Nov 29, 2023
1 parent ad067cb commit e0593c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ public function getWeightedSearch()
public function setWeightedSearch($value)
{
$this->data['weightedsearch'] = ! ! $value;

return $this;
}

/**
Expand Down

0 comments on commit e0593c0

Please sign in to comment.