From ae3eff189ff4e267bc24c3b5746b250f7f0a8da1 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 23 Oct 2021 06:46:21 +0000 Subject: [PATCH] Update Flex endpoint --- doctrine.doctrine-fixtures-bundle.3.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doctrine.doctrine-fixtures-bundle.3.0.json b/doctrine.doctrine-fixtures-bundle.3.0.json index 8b086946..24f5ea0f 100644 --- a/doctrine.doctrine-fixtures-bundle.3.0.json +++ b/doctrine.doctrine-fixtures-bundle.3.0.json @@ -24,7 +24,7 @@ "", "class AppFixtures extends Fixture", "{", - " public function load(ObjectManager $manager)", + " public function load(ObjectManager $manager): void", " {", " // $product = new Product();", " // $manager->persist($product);", @@ -37,7 +37,7 @@ "executable": false } }, - "ref": "e5b542d4ef47d8a003c91beb35650c76907f7e53" + "ref": "1f5514cfa15b947298df4d771e694e578d4c204d" } } }