mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 04:47:46 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -51,7 +51,7 @@ class LoadScopes extends AbstractFixture implements OrderedFixtureInterface
|
||||
return 200;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
foreach ($this->scopes as $new) {
|
||||
$scope = new \Chill\MainBundle\Entity\Scope();
|
||||
|
||||
Reference in New Issue
Block a user