Skip to content

Commit 9c6a362

Browse files
author
olaru
committed
start dotkernel.com cs fix
1 parent 2fb201e commit 9c6a362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App/src/ConfigProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* migrations_paths: array<non-empty-string, non-empty-string>,
6161
* all_or_nothing: bool,
6262
* check_database_platform: bool,
63-
* }
63+
* },
6464
* }
6565
* @phpstan-type DependenciesType array{
6666
* factories: array<class-string|non-empty-string, class-string|non-empty-string>,
@@ -178,7 +178,7 @@ private function getDoctrineConfig(): array
178178
],
179179
'all_or_nothing' => true,
180180
'check_database_platform' => true,
181-
]
181+
],
182182
];
183183
}
184184
}

0 commit comments

Comments
 (0)