diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index faa6650e2..13cc4f46d 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -1905,9 +1905,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 */