1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +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(
'<description>' => ucfirst($type) . ' ' . $variableName,
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
'<methodTypeHint>' => $methodTypeHint,
'<variableType>' => $variableType,
'<variableName>' => $variableName,