Change unit testing to match phpDocumentor itself

This commit is contained in:
Mike van Riel
2020-02-12 08:18:08 +01:00
parent 1070e666aa
commit 50e77ace68
7 changed files with 82 additions and 41 deletions
+3 -4
View File
@@ -67,12 +67,11 @@ class Description
$this->bodyTemplate = $bodyTemplate;
$this->tags = $tags;
}
/**
* Returns the body template
* @return string
* Returns the body template.
*/
public function getBodyTemplate(): string
public function getBodyTemplate() : string
{
return $this->bodyTemplate;
}