File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments