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 7ae418e commit c70036cCopy full SHA for c70036c
src/Model/MethodModel.php
@@ -69,7 +69,7 @@ public function toLines()
69
if (!$this->abstract) {
70
$lines[] = '{';
71
if ($this->body) {
72
- $lines[] = $this->body; // TODO: make body renderable
+ $lines[] = sprintf(' %s', $this->body); // TODO: make body renderable
73
}
74
$lines[] = '}';
75
0 commit comments