mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -36,7 +36,7 @@ class LoadCenters extends AbstractFixture implements OrderedFixtureInterface
|
||||
return 100;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
foreach (static::$centers as $new) {
|
||||
$center = new Center();
|
||||
|
Reference in New Issue
Block a user