diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index b5b5ecbdb9..79eeb85cdb 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -629,8 +629,6 @@ public function & getEntityChangeSet($entity) * If a PersistentCollection has been de-referenced in a fully MANAGED entity, * then this collection is marked for deletion. * - * @internal Don't call from the outside. - * * @param ClassMetadata $class The class descriptor of the entity. * @param object $entity The entity for which to compute the changes. *