From 012732727538f1b2dbf597b3ae7265075f67ffbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 13 Oct 2025 15:34:56 +0200 Subject: [PATCH] Fix load prototype --- Fixture/UserFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fixture/UserFixture.php b/Fixture/UserFixture.php index 2437a8d..bb30b0d 100644 --- a/Fixture/UserFixture.php +++ b/Fixture/UserFixture.php @@ -39,7 +39,7 @@ class UserFixture extends Fixture { /** * {@inheritDoc} */ - public function load(ObjectManager $manager) { + public function load(ObjectManager $manager): void { //Civility tree $civilityTree = [ 'Mister', -- 2.41.3