mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-24 02:55:43 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -325,7 +325,7 @@ class LoadPostalCodes extends AbstractFixture implements OrderedFixtureInterface
|
||||
85800,GIVRAND,FR,85100,46.6822701061,-1.8787272243,INSEE
|
||||
EOF;
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 50;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user