fix psalm errors

This commit is contained in:
2022-10-31 18:00:41 +01:00
parent b5a9dac62e
commit 75f69859e6
4 changed files with 7 additions and 5 deletions

View File

@@ -680,10 +680,12 @@ final class ExportManagerTest extends KernelTestCase
return new ExportManager(
$logger ?? self::$container->get('logger'),
$em ?? self::$container->get('doctrine.orm.entity_manager'),
$authorizationChecker ?? self::$container->get('security.authorization_checker'),
$authorizationHelper ?? self::$container->get('chill.main.security.authorization.helper'),
$tokenStorage
$tokenStorage,
[],
[],
[]
);
}
}