mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-04 00:11:23 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -33,7 +33,7 @@ class LoadAddressReferences extends AbstractFixture implements ContainerAwareInt
|
||||
$this->faker = \Faker\Factory::create('fr_FR');
|
||||
}
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 51;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user