[phpstan fix] Add void return type on all fixture load methods

This commit is contained in:
2024-11-28 11:47:17 +01:00
parent 8a16030b49
commit d68de96004
48 changed files with 53 additions and 53 deletions

View File

@@ -35,7 +35,7 @@ class LoadRelations extends Fixture implements FixtureGroupInterface
return ['person_relations'];
}
public function load(ObjectManager $manager)
public function load(ObjectManager $manager): void
{
foreach (self::RELATIONS as $key => $value) {
echo 'Creating a new relation type: relation'.$value['title']['fr'].'reverse relation: '.$value['reverseTitle']['fr']."\n";