mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-06 09:21:24 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -21,7 +21,7 @@ class LoadSocialWorkMetadata extends Fixture implements OrderedFixtureInterface
|
||||
{
|
||||
public function __construct(private readonly SocialWorkMetadata $importer) {}
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 9500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user