We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2414cd commit 3a5d30eCopy full SHA for 3a5d30e
src/Barryvdh/Reflection/DocBlock/Tag/ReturnTag.php
@@ -36,7 +36,7 @@ class ReturnTag extends Tag
36
public function getContent()
37
{
38
if (null === $this->content) {
39
- $this->content = "{$this->type} {$this->description}";
+ $this->content = "{$this->getType()} {$this->description}";
40
}
41
42
return $this->content;
0 commit comments