1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Add fullstop and newline after property description.

This commit is contained in:
Albert Volkman 2014-06-23 09:53:27 -04:00
parent 38187a31d6
commit 247803715b

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,