mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-11 00:17:45 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -241,7 +241,7 @@ class LoadPeople extends AbstractFixture implements ContainerAwareInterface, Ord
|
||||
$this->loader = new NativeLoader($this->faker);
|
||||
}
|
||||
|
||||
public function getOrder()
|
||||
public function getOrder(): int
|
||||
{
|
||||
return 10000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user