Reference the correct interface in the RegistryInterface deprecation in upgrade notes

This commit is contained in:
Matthew Smeets 2020-10-15 20:55:38 +02:00
parent f5a4a5d715
commit d019d38220
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ DoctrineBridge
injected instead.
* Deprecated passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field.
* Deprecated not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field.
* Deprecated `RegistryInterface`, use `Doctrine\Common\Persistence\ManagerRegistry`.
* Deprecated `RegistryInterface`, use `Doctrine\Persistence\ManagerRegistry`.
* Added a new `getMetadataDriverClass` method to replace class parameters in `AbstractDoctrineExtension`. This method
will be abstract in Symfony 5 and must be declared in extending classes.