mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-23 04:17:45 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -46,7 +46,7 @@ class LoadScopes extends AbstractFixture implements OrderedFixtureInterface
|
||||
],
|
||||
];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 200;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user