8000 Reference the correct interface in the RegistryInterface deprecation … · symfony/symfony@d019d38 · GitHub
[go: up one dir, main page]

Skip to content

Commit d019d38

Browse files
author
Matthew Smeets
committed
Reference the correct interface in the RegistryInterface deprecation in upgrade notes
1 parent f5a4a5d commit d019d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DoctrineBridge
6464
injected instead.
6565
* Deprecated passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field.
6666
* Deprecated not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field.
67-
* Deprecated `RegistryInterface`, use `Doctrine\Common\Persistence\ManagerRegistry`.
67+
* Deprecated `RegistryInterface`, use `Doctrine\Persistence\ManagerRegistry`.
6868
* Added a new `getMetadataDriverClass` method to replace class parameters in `AbstractDoctrineExtension`. This method
6969
will be abstract in Symfony 5 and must be declared in extending classes.
7070

0 commit comments

Comments
 (0)
0