mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 19:09:45 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -48,7 +48,7 @@ class LoadAccompanyingPeriodClosingMotive extends AbstractFixture implements Ord
|
||||
|
||||
public static $references = [];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 9500;
|
||||
}
|
||||
|
Reference in New Issue
Block a user