bug #39038 [DoctrineBridge] also reset id readers (xabbuh)

This PR was merged into the 4.4 branch.

Discussion
----------

[DoctrineBridge]    also reset id readers

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38890
| License       | MIT
| Doc PR        |

Commits
-------

784bd0080d also reset id readers
This commit is contained in:
Fabien Potencier 2020-11-09 11:48:59 +01:00
commit 0d10f6b6b8
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ abstract class DoctrineType extends AbstractType implements ResetInterface
public function reset()
{
$this->idReaders = [];
$this->choiceLoaders = [];
}
}