From 2dfe51b3965c6b3399f7d8286096db3310c240df Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 7 Apr 2021 11:41:34 +0200 Subject: [PATCH] Remove internal tag --- lib/Doctrine/ORM/UnitOfWork.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index b5b5ecbdb99..79eeb85cdbc 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. *