From 655361427c0d1b6ffe203cd660da4cf5a6d776c3 Mon Sep 17 00:00:00 2001 From: jwage Date: Fri, 19 Mar 2010 22:47:34 +0000 Subject: [PATCH] [2.0] Fixing issue with EntityGenerator and spaces/formatting --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) 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