We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beff965 commit fb18580Copy full SHA for fb18580
src/App/src/ConfigProvider.php
@@ -91,7 +91,10 @@ public function __invoke(): array
91
}
92
93
/**
94
- * @return DependenciesType
+ * @return array{
95
+ * delegators: array<class-string, array<class-string>>,
96
+ * factories: array<class-string, class-string>,
97
+ * }
98
*/
99
public function getDependencies(): array
100
{
@@ -134,9 +137,6 @@ public function getTemplates(): array
134
137
];
135
138
136
139
- /**
- * @return DoctrineConfigType
- */
140
private function getDoctrineConfig(): array
141
142
return [
0 commit comments