Skip to content

Commit 8d2e388

Browse files
committed
Remove DocBlock empty line
1 parent 305deef commit 8d2e388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/ClassModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function toLines()
6464
}
6565
$this->prepareDocBlock();
6666
if ($this->docBlock !== null) {
67-
$lines[] = $this->ln($this->docBlock->render());
67+
$lines[] = $this->docBlock->render();
6868
}
6969
$lines[] = $this->name->render();
7070
if (count($this->traits) > 0) {

0 commit comments

Comments
 (0)