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(
|
$replacements = array(
|
||||||
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
|
'<description>' => ucfirst($type) . ' ' . $variableName,
|
||||||
'<methodTypeHint>' => $methodTypeHint,
|
'<methodTypeHint>' => $methodTypeHint,
|
||||||
'<variableType>' => $variableType,
|
'<variableType>' => $variableType,
|
||||||
'<variableName>' => $variableName,
|
'<variableName>' => $variableName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user