mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-26 18:20:01 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -310,7 +310,7 @@ class LoadPeople extends AbstractFixture implements ContainerAwareInterface, Ord
|
||||
return $this->cacheMaritalStatuses[array_rand($this->cacheMaritalStatuses)];
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$this->loadExpectedPeople($manager);
|
||||
$this->loadRandPeople($manager);
|
||||
|
||||
Reference in New Issue
Block a user