diff --git a/src/DocBlock/Description.php b/src/DocBlock/Description.php index 40299fc..7d8e881 100644 --- a/src/DocBlock/Description.php +++ b/src/DocBlock/Description.php @@ -67,6 +67,15 @@ class Description $this->bodyTemplate = $bodyTemplate; $this->tags = $tags; } + + /** + * Returns the body template + * @return string + */ + public function getBodyTemplate(): string + { + return $this->bodyTemplate; + } /** * Returns the tags for this DocBlock.