From b55d78e1198b8a74ee4917d1cea4d840628a4c70 Mon Sep 17 00:00:00 2001 From: Joshua Johnson Date: Thu, 21 Feb 2013 17:27:55 -0500 Subject: [PATCH] Fix EntityManager doc --- lib/Doctrine/ORM/EntityManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/EntityManager.php b/lib/Doctrine/ORM/EntityManager.php index 4c7db97ad..4da4abed4 100644 --- a/lib/Doctrine/ORM/EntityManager.php +++ b/lib/Doctrine/ORM/EntityManager.php @@ -359,7 +359,7 @@ class EntityManager implements ObjectManager * If an entity is explicitly passed to this method only this entity and * the cascade-persist semantics + scheduled inserts/removals are synchronized. * - * @param object $entity + * @param null|object|array $entity * * @return void *