1
0
mirror of synced 2025-01-31 20:41:44 +03:00

Fix EntityManager doc

This commit is contained in:
Joshua Johnson 2013-02-21 17:27:55 -05:00
parent 04b216426a
commit b55d78e119

View File

@ -359,7 +359,7 @@ class EntityManager implements ObjectManager
* If an entity is explicitly passed to this method only this entity and * If an entity is explicitly passed to this method only this entity and
* the cascade-persist semantics + scheduled inserts/removals are synchronized. * the cascade-persist semantics + scheduled inserts/removals are synchronized.
* *
* @param object $entity * @param null|object|array $entity
* *
* @return void * @return void
* *