mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -38,7 +38,7 @@ class LoadLanguages extends AbstractFixture implements ContainerAwareInterface,
|
||||
return 10;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
echo "loading languages... \n";
|
||||
|
||||
|
Reference in New Issue
Block a user