1
0
mirror of synced 2025-03-23 16:33:54 +03:00

Merge pull request from jsjohns/patch-1

Fix EntityManager doc
This commit is contained in:
Benjamin Eberlei 2013-02-21 14:56:59 -08:00
commit 8cfbe0c032

@ -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
*