diff --git a/lib/Doctrine/ORM/PersistentCollection.php b/lib/Doctrine/ORM/PersistentCollection.php index 000729754ec..b5948149a2f 100644 --- a/lib/Doctrine/ORM/PersistentCollection.php +++ b/lib/Doctrine/ORM/PersistentCollection.php @@ -543,7 +543,7 @@ public function clear() { if ($this->initialized && $this->isEmpty()) { $this->collection->clear(); - + return; }