mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 19:49:40 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -32,7 +32,7 @@ class LoadAccompanyingPeriodOrigin extends AbstractFixture implements OrderedFix
|
||||
return 9000;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$o = new Origin();
|
||||
$o->setLabel($this->phoneCall);
|
||||
|
||||
Reference in New Issue
Block a user