diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index ec83c4e49..0a209bff7 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -277,10 +277,12 @@ public function ($) * * * @param $ + * + * @return boolean TRUE if this collection contained the specified element, FALSE otherwise. */ public function ($) { -$this->->removeElement($); +return $this->->removeElement($); }'; /**