mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -45,7 +45,7 @@ class LoadCustomFields extends AbstractFixture implements OrderedFixtureInterfac
|
||||
return 10003;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$this->loadFields($manager);
|
||||
$this->loadData($manager);
|
||||
|
Reference in New Issue
Block a user