Add fullstop and newline after property description.
This commit is contained in:
parent
38187a31d6
commit
247803715b
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ public function __construct()
|
|||
}
|
||||
|
||||
$replacements = array(
|
||||
'<description>' => ucfirst($type) . ' ' . $variableName,
|
||||
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
|
||||
'<methodTypeHint>' => $methodTypeHint,
|
||||
'<variableType>' => $variableType,
|
||||
'<variableName>' => $variableName,
|
||||
|
|
Loading…
Add table
Reference in a new issue