mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -33,7 +33,7 @@ class LoadLanguages extends AbstractFixture implements ContainerAwareInterface,
|
||||
// This array contains regional code to not exclude
|
||||
private array $regionalVersionToInclude = ['ro_MD'];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user