Skip to content

Commit 948aa68

Browse files
committed
pipeline fix
Signed-off-by: Howriq <[email protected]>
1 parent 991bf47 commit 948aa68

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/App/src/ConfigProvider.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,7 @@
5959
* class: class-string<MappingDriver>,
6060
* },
6161
* },
62-
* fixtures: non-empty-string,
6362
* migrations: array{
64-
* table_storage: array{
65-
* table_name: non-empty-string,
66-
* version_column_name: non-empty-string,
67-
* version_column_length: int,
68-
* executed_at_column_name: non-empty-string,
69-
* execution_time_column_name: non-empty-string,
70-
* },
7163
* migrations_paths: array<non-empty-string, non-empty-string>,
7264
* all_or_nothing: bool,
7365
* check_database_platform: bool,
@@ -99,11 +91,7 @@ public function __invoke(): array
9991
}
10092

10193
/**
102-
* @return array{
103-
* delegators: array<class-string, array<class-string>>,
104-
* factories: array<class-string, class-string>,
105-
* aliases: array<class-string, string>
106-
* }
94+
* @return DependenciesType
10795
*/
10896
public function getDependencies(): array
10997
{

0 commit comments

Comments
 (0)