mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 01:53:49 +00:00
[phpstan fix] Add array return type on all dependency fixture getDependencies methods
This commit is contained in:
@@ -32,7 +32,7 @@ class LoadThirdParty extends Fixture implements DependentFixtureInterface
|
||||
$this->phoneNumberUtil = PhoneNumberUtil::getInstance();
|
||||
}
|
||||
|
||||
public function getDependencies()
|
||||
public function getDependencies(): array
|
||||
{
|
||||
return [
|
||||
LoadCenters::class,
|
||||
|
Reference in New Issue
Block a user