params); } private function cloneInternal(Query $query): void { if (!$this->isEmpty()) { throw new RuntimeException("Clone can be called only on a new empty builder instance."); } $this->params = $query->getRaw(); } }