Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
yes |
| BC Break |
yes |
Summary
In order to have distinct types per DocumentManager instance, the static methods of the Type class must move to a TypeRegistry service class. This design is inspired by the Doctrine\DBAL\Types\TypeRegistry class.
A similar change has been discussed in doctrine/dbal#6705 (review)