mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-19 12:18:05 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -46,7 +46,7 @@ class LoadHousehold extends Fixture implements DependentFixtureInterface
|
||||
];
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
// generate two times the participation. This will lead to
|
||||
// some movement in participation (same people in two differents
|
||||
|
||||
Reference in New Issue
Block a user