mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -26,7 +26,7 @@ class LoadCustomFieldsGroup extends AbstractFixture implements OrderedFixtureInt
|
||||
return 15000;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
echo "loading customFieldsGroup...\n";
|
||||
|
||||
|
Reference in New Issue
Block a user