mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-20 17:15:42 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -330,7 +330,7 @@ class LoadPostalCodes extends AbstractFixture implements OrderedFixtureInterface
|
||||
return 50;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
echo "loading postal codes... \n";
|
||||
$this->loadPostalCodeCSV($manager, self::$postalCodeBelgium, 'BE');
|
||||
|
||||
Reference in New Issue
Block a user