We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fa90d commit 6ab0517Copy full SHA for 6ab0517
src/Traits/Description.php
@@ -33,7 +33,7 @@ public function setDescription($description)
33
private function renderDescriptionAsPhpDoc()
34
{
35
if ($this->description) {
36
- $this->getPhpDoc()->prepend(null, trim(wordwrap($this->description), 'description'));
+ $this->getPhpDoc()->prepend(null, trim(wordwrap($this->description)), 'description');
37
return $this->getPhpDoc()->render();
38
} else {
39
return '';
0 commit comments