This commit is contained in:
parent
34d8e00df7
commit
14e0800293
@ -2390,7 +2390,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
$this->visitedCollections =
|
||||
$this->orphanRemovals = array();
|
||||
} else {
|
||||
$this->clearIdentityMap($entityName);
|
||||
$this->clearIdentityMapForEntityName($entityName);
|
||||
$this->clearEntityInsertions($entityName);
|
||||
}
|
||||
|
||||
@ -3456,9 +3456,9 @@ class UnitOfWork implements PropertyChangedListener
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $entityName
|
||||
* @param string $entityName
|
||||
*/
|
||||
private function clearIdentityMap($entityName)
|
||||
private function clearIdentityMapForEntityName($entityName)
|
||||
{
|
||||
$visited = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user