From a1bf4dc4f67089df941f8b01a7bfc342ac366689 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Sun, 8 Aug 2010 13:10:53 +0200 Subject: [PATCH] API doc adjustments. --- lib/Doctrine/ORM/UnitOfWork.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index c929ddad1..dbad60626 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -1802,13 +1802,13 @@ class UnitOfWork implements PropertyChangedListener /** * INTERNAL: - * Creates an entity. Used for reconstitution of entities during hydration. + * Creates an entity. Used for reconstitution of persistent entities. * * @ignore * @param string $className The name of the entity class. * @param array $data The data for the entity. * @param array $hints Any hints to account for during reconstitution/lookup of the entity. - * @return object The entity instance. + * @return object The managed entity instance. * @internal Highly performance-sensitive method. * * @todo Rename: getOrCreateEntity