Skip to content

Commit fb18580

Browse files
committed
pipeline fix
Signed-off-by: Howriq <[email protected]>
1 parent beff965 commit fb18580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App/src/ConfigProvider.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ public function __invoke(): array
9191
}
9292

9393
/**
94-
* @return DependenciesType
94+
* @return array{
95+
* delegators: array<class-string, array<class-string>>,
96+
* factories: array<class-string, class-string>,
97+
* }
9598
*/
9699
public function getDependencies(): array
97100
{
@@ -134,9 +137,6 @@ public function getTemplates(): array
134137
];
135138
}
136139

137-
/**
138-
* @return DoctrineConfigType
139-
*/
140140
private function getDoctrineConfig(): array
141141
{
142142
return [

0 commit comments

Comments
 (0)