claar code from Scrutinizer
This commit is contained in:
parent
ffd1465af2
commit
16cddd4693
@ -1796,7 +1796,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
* @throws ORMInvalidArgumentException If the entity instance is NEW.
|
* @throws ORMInvalidArgumentException If the entity instance is NEW.
|
||||||
* @throws EntityNotFoundException
|
* @throws EntityNotFoundException
|
||||||
*/
|
*/
|
||||||
private function doMerge($entity, array &$visited, $prevManagedCopy = null, $assoc = null)
|
private function doMerge($entity, array &$visited, $prevManagedCopy = null, array $assoc = [])
|
||||||
{
|
{
|
||||||
$oid = spl_object_hash($entity);
|
$oid = spl_object_hash($entity);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user