From 4e3eabb2d061202ebeb01cb6277c5d5c767fb189 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 27 Feb 2025 10:05:59 +0100 Subject: [PATCH] Update UPGRADE.md --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index d8261c8..f20750b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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`.