diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index fb35b1589..d27748a99 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -1909,9 +1909,9 @@ class UnitOfWork implements PropertyChangedListener } /** - * Tests if an entity is loaded (Not a proxy or a non initialized proxy) + * Tests if an entity is loaded - must either be a loaded proxy or not a proxy * - * @param $entity + * @param object $entity * * @return bool */