mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 19:49:40 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -27,7 +27,7 @@ class LoadAccompanyingPeriodOrigin extends AbstractFixture implements OrderedFix
|
||||
|
||||
private array $phoneCall = ['en' => 'phone call', 'fr' => 'appel téléphonique'];
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 9000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user