mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-26 20:14:51 +01:00
Improve
This commit is contained in:
parent
15526bf1eb
commit
b396e6d4e5
@ -152,7 +152,7 @@ class MethodDoc extends GenericDoc
|
||||
$sig .= "\n\n";
|
||||
$sig .= $this->title;
|
||||
$sig .= "\n";
|
||||
$sig .= $this->description;
|
||||
$sig .= str_replace("\n", " \n", $this->description);
|
||||
$sig .= "\n";
|
||||
if ($this->psalmParams || $this->params) {
|
||||
$sig .= "\nParameters:\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user