mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 12:48:30 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -47,7 +47,7 @@ class LoadPermissionsGroup extends AbstractFixture implements OrderedFixtureInte
|
||||
|
||||
public static $refs = [];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 400;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user