From e130df4f42c379b637b9248fe0cdfad7473f3334 Mon Sep 17 00:00:00 2001 From: Brikou CARRE Date: Sun, 4 Mar 2012 09:43:52 +0100 Subject: [PATCH] According to "Doctrine's implicit CS" and "Symfony's implicit CS" an empty line added to the end of the file (...same tweaks like the one pushed for the entity generator) --- lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php b/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php index 74740dbe4..7c86f0480 100644 --- a/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php @@ -50,7 +50,8 @@ use Doctrine\ORM\EntityRepository; */ class extends EntityRepository { -}'; +} +'; public function generateEntityRepositoryClass($fullClassName) {