From 596e8957635a81e208f9482a6b9b718b75e4649b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 11 Dec 2015 20:00:08 +0100 Subject: [PATCH] #1573 - correcting docblock arguments/description --- 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 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 */