This commit is contained in:
parent
7378035f68
commit
ec4dd4ab44
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue