Merge pull request #1126 from phansys/master
Fixed new line in docblock
This commit is contained in:
commit
6e34985b51
@ -1173,7 +1173,7 @@ public function __construct()
|
||||
}
|
||||
|
||||
$replacements = array(
|
||||
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
|
||||
'<description>' => ucfirst($type) . ' ' . $variableName,
|
||||
'<methodTypeHint>' => $methodTypeHint,
|
||||
'<variableType>' => $variableType,
|
||||
'<variableName>' => $variableName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user