This commit is contained in:
TomasVotruba
2017-11-30 08:14:17 +01:00
committed by Jaap van Otterdijk
parent 763f26e8db
commit 94fd000123
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@ class Serializer
$comment .= "{$indent} * {$text}\n"; $comment .= "{$indent} * {$text}\n";
$comment .= "{$indent} *\n"; $comment .= "{$indent} *\n";
} }
$comment = $this->addTagBlock($docblock, $wrapLength, $indent, $comment); $comment = $this->addTagBlock($docblock, $wrapLength, $indent, $comment);
$comment .= $indent . ' */'; $comment .= $indent . ' */';