mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -35,7 +35,7 @@ final class LoadReports extends AbstractFixture implements OrderedFixtureInterfa
|
||||
$this->faker = FakerFactory::create('fr_FR');
|
||||
}
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 15002;
|
||||
}
|
||||
|
Reference in New Issue
Block a user