1
0
mirror of synced 2025-02-02 21:41:45 +03:00

#5579 s/clear/cleanup

This commit is contained in:
Marco Pivetta 2017-08-18 09:22:23 +02:00
parent 2921f068b7
commit 9d7be0f927
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -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 =