Merge branch '329-gender-docgen-normalization' of https://gitlab.com/Chill-Projet/chill-bundles into 329-gender-docgen-normalization

This commit is contained in:
2024-11-28 12:20:26 +01:00
46 changed files with 49 additions and 49 deletions

View File

@@ -63,7 +63,7 @@ class LoadParticipation extends AbstractFixture implements OrderedFixtureInterfa
return 30010;
}
public function load(ObjectManager $manager)
public function load(ObjectManager $manager): void
{
$centers = $manager->getRepository(Center::class)
->findAll();