diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index 3261b22fa..df89977a6 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -83,6 +83,7 @@ class EntityGenerator ' + { @@ -91,10 +92,10 @@ class EntityGenerator private static $_getMethodTemplate = '/** - * - * - * @return $ - */ + * + * + * @return $ + */ public function () { return $this->; @@ -102,10 +103,10 @@ public function () private static $_setMethodTemplate = '/** - * - * - * @param $ - */ + * + * + * @param $ + */ public function ($) { $this-> = $; @@ -113,10 +114,10 @@ public function ($) private static $_addMethodTemplate = '/** - * - * - * @param $ - */ + * + * + * @param $ + */ public function ($) { $this->[] = $; @@ -124,8 +125,8 @@ public function ($) private static $_lifecycleCallbackMethodTemplate = '/** - * @ - */ + * @ + */ public function () { // Add your code here