mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -76,7 +76,7 @@ class LoadOption extends AbstractFixture implements OrderedFixtureInterface
|
||||
->setInternalKey($parent->getKey().'-'.$this->counter);
|
||||
}
|
||||
|
||||
private function loadingCompanies(ObjectManager $manager)
|
||||
private function loadingCompanies(ObjectManager $manager): void
|
||||
{
|
||||
echo "Loading companies \n";
|
||||
$companiesParents = [
|
||||
@@ -120,7 +120,7 @@ class LoadOption extends AbstractFixture implements OrderedFixtureInterface
|
||||
}
|
||||
}
|
||||
|
||||
private function loadingWords(ObjectManager $manager)
|
||||
private function loadingWords(ObjectManager $manager): void
|
||||
{
|
||||
echo "Loading some words...\n";
|
||||
|
||||
|
Reference in New Issue
Block a user