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