mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-19 08:35:43 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -337,7 +337,7 @@ class LoadPostalCodes extends AbstractFixture implements OrderedFixtureInterface
|
||||
$this->loadPostalCodeCSV($manager, self::$postalCodeFrance, 'FR');
|
||||
}
|
||||
|
||||
private function loadPostalCodeCSV(ObjectManager $manager, string $csv, string $countryCode)
|
||||
private function loadPostalCodeCSV(ObjectManager $manager, string $csv, string $countryCode): void
|
||||
{
|
||||
$lines = str_getcsv($csv, "\n");
|
||||
$country = $manager->getRepository(Country::class)
|
||||
|
||||
Reference in New Issue
Block a user