mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -31,7 +31,7 @@ class LoadCenters extends AbstractFixture implements OrderedFixtureInterface
|
||||
|
||||
public static $refs = [];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
Reference in New Issue
Block a user