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