mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-03 07:51:23 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -28,7 +28,7 @@ class LoadActivityReason extends AbstractFixture implements OrderedFixtureInterf
|
||||
return 16300;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$reasons = [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user