[phpstan fix] Add array return type on all dependency fixture getDependencies methods

This commit is contained in:
2024-11-28 12:02:48 +01:00
parent d68de96004
commit 11ba2cf889
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class LoadActivityNotifications extends AbstractFixture implements DependentFixt
],
];
public function getDependencies()
public function getDependencies(): array
{
return [
LoadActivity::class,