Merge pull request #1067 from albertvolkman/add-fullstop-and-newline
Add fullstop and newline after property description.
This commit is contained in:
commit
90dee7036d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user