diff --git a/src/App/src/ConfigProvider.php b/src/App/src/ConfigProvider.php index 212099d..4134b70 100644 --- a/src/App/src/ConfigProvider.php +++ b/src/App/src/ConfigProvider.php @@ -91,7 +91,10 @@ public function __invoke(): array } /** - * @return DependenciesType + * @return array{ + * delegators: array>, + * factories: array, + * } */ public function getDependencies(): array { @@ -134,9 +137,6 @@ public function getTemplates(): array ]; } - /** - * @return DoctrineConfigType - */ private function getDoctrineConfig(): array { return [