diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index e04b15801..72b254e58 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -219,6 +219,7 @@ class EntityGenerator '/** * * + * * @return */ public function () @@ -233,6 +234,7 @@ public function () '/** * * + * * @param $ * * @return @@ -251,6 +253,7 @@ public function ($) '/** * * + * * @param $ * * @return @@ -269,6 +272,7 @@ public function ($) '/** * * + * * @param $ */ public function ($) @@ -1173,7 +1177,7 @@ public function __construct() } $replacements = array( - '' => ucfirst($type) . ' ' . $variableName . ".\n", + '' => ucfirst($type) . ' ' . $variableName, '' => $methodTypeHint, '' => $variableType, '' => $variableName,