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 c70036c commit ff0109bCopy full SHA for ff0109b
src/Model/MethodModel.php
@@ -44,7 +44,7 @@ public function toLines()
44
{
45
$lines = [];
46
if ($this->docBlock !== null) {
47
- $lines[] = $this->docBlock->render();
+ $lines = array_merge($lines, $this->docBlock->toLines());
48
}
49
50
$function = '';
0 commit comments