Update UPGRADE.md

This commit is contained in:
Oskar Stark
2025-02-27 10:05:59 +01:00
committed by GitHub
parent 0f9e7be0af
commit 4e3eabb2d0

View File

@@ -11,7 +11,7 @@ types from this bundle need to be updated to match the new signatures.
Some classes have been marked as `final` because they are not supposed to be
extended. Consider using composition instead of inheritance.
## Mandatory ManagerRegistry argument
## Mandatory `ManagerRegistry` argument
It is now mandatory to pass a `ManagerRegistry` instance to the constructor of
`Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand`.