From bda7310b46aa75b7eb0c2fed5a80b070e2a4e508 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Tue, 3 Jul 2012 12:57:14 +0200 Subject: [PATCH] Added an empty line feed preceding the return statement --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index e75c3e151..3092a090d 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -200,6 +200,7 @@ public function () public function ($) { $this-> = $; + return $this; }'; @@ -216,6 +217,7 @@ public function ($) public function ($) { $this->[] = $; + return $this; }';