1
0
mirror of synced 2025-03-25 09:23:51 +03:00

Merge pull request #586 from jsjohns/patch-1

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

View File

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