From cb2c71b16a2999151a4407cda539b085579a3cbf Mon Sep 17 00:00:00 2001 From: Brikou CARRE Date: Fri, 2 Mar 2012 09:57:24 +0100 Subject: [PATCH] According to "Doctrine's implicit CS" and "Symfony's implicit CS" an empty line added to the end of the file --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index cd9eceae2..681892818 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -108,7 +108,8 @@ use Doctrine\ORM\Mapping as ORM; { -}'; +} +'; private static $_getMethodTemplate = '/**