diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index 0e8fb4caa..4cdf26f96 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -414,13 +414,13 @@ class UnitOfWork implements PropertyChangedListener $this->dispatchPostFlushEvent(); - $this->postCommitClear($entity); + $this->postCommitCleanup($entity); } /** * @param null|object|object[] $entity */ - private function postCommitClear($entity) : void + private function postCommitCleanup($entity) : void { $this->entityInsertions = $this->entityUpdates =