1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #1067 from albertvolkman/add-fullstop-and-newline

Add fullstop and newline after property description.
This commit is contained in:
Marco Pivetta 2014-07-14 11:09:40 +02:00
commit 90dee7036d

View File

@ -1173,7 +1173,7 @@ public function __construct()
} }
$replacements = array( $replacements = array(
'<description>' => ucfirst($type) . ' ' . $variableName, '<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
'<methodTypeHint>' => $methodTypeHint, '<methodTypeHint>' => $methodTypeHint,
'<variableType>' => $variableType, '<variableType>' => $variableType,
'<variableName>' => $variableName, '<variableName>' => $variableName,