description = $description; return $this; } public function docs(string $docs): self { $this->docs = $docs; return $this; } }