You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony\Bridge\Doctrine\RegistryInterface has been deprecated. The UPGRADE-4.4 documentation indicates that it should be replaced with Doctrine\Common\Persistence\ManagerRegistry. However, that in turn has been deprecated in favor of Doctrine\Persistence\ManagerRegistry.
The UPGRADE-4.4 documentation needs to be updated to reflect this change. (The deprecation warning issued by the code already gets this right.)
The text was updated successfully, but these errors were encountered:
…ryInterface deprecation … (Matts)
This PR was merged into the 4.4 branch.
Discussion
----------
[Doctrine] Reference the correct interface in the RegistryInterface deprecation …
…in upgrade notes
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#38281
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
Commits
-------
d019d38 Reference the correct interface in the RegistryInterface deprecation in upgrade notes
(Alluded to in #34377 but not followed up on.)
Symfony\Bridge\Doctrine\RegistryInterface
has been deprecated. The UPGRADE-4.4 documentation indicates that it should be replaced withDoctrine\Common\Persistence\ManagerRegistry
. However, that in turn has been deprecated in favor ofDoctrine\Persistence\ManagerRegistry
.The UPGRADE-4.4 documentation needs to be updated to reflect this change. (The deprecation warning issued by the code already gets this right.)
The text was updated successfully, but these errors were encountered: