mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
fix cs
This commit is contained in:
committed by
Jaap van Otterdijk
parent
763f26e8db
commit
94fd000123
@@ -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 . ' */';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user