timeout; } public function setTimeout(float $timeout): self { $this->timeout = $timeout; return $this; } }