This commit is contained in:
parent
7378035f68
commit
ec4dd4ab44
@ -2407,7 +2407,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
$this->commitOrderCalculator->clear();
|
||||
}
|
||||
} else {
|
||||
$this->clearIdentityMap($entityName);
|
||||
$this->clearIdentityMapForEntityName($entityName);
|
||||
$this->clearEntityInsertions($entityName);
|
||||
}
|
||||
|
||||
@ -3464,9 +3464,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