1
0
mirror of synced 2025-01-25 01:31:40 +03:00

Merge pull request #1126 from phansys/master

Fixed new line in docblock
This commit is contained in:
Marco Pivetta 2014-08-30 04:13:55 +02:00
commit 6e34985b51

View File

@ -1173,7 +1173,7 @@ public function __construct()
}
$replacements = array(
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
'<description>' => ucfirst($type) . ' ' . $variableName,
'<methodTypeHint>' => $methodTypeHint,
'<variableType>' => $variableType,
'<variableName>' => $variableName,