mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -40,7 +40,7 @@ final class LoadReports extends AbstractFixture implements OrderedFixtureInterfa
|
||||
return 15002;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$this->createExpected($manager);
|
||||
|
||||
|
Reference in New Issue
Block a user