diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index c2abf4f8b7..4f94883ae3 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -75,7 +75,7 @@ DoctrineBridge * Deprecated injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be injected instead * Passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field will throw an exception, pass `null` instead - * Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will throw an exception + * Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will not apply any optimization DomCrawler