setParam('precision_threshold', $precisionThreshold); } /** * @return $this */ public function setRehash(bool $rehash): self { return $this->setParam('rehash', $rehash); } }