Skip to content

Commit 7bdd563

Browse files
committed
Properly annotate the structure of $config
1 parent 1ec4c36 commit 7bdd563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ConfigProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#[CoversMethod(ConfigProvider::class, 'getAdapterManagerConfig')]
3535
final class ConfigProviderTest extends TestCase
3636
{
37-
/** @var array<string, array<array-key, string>> */
37+
/** @var array<string, array<string, string|array<int,string>>> */
3838
private array $config = [
3939
'aliases' => [
4040
MetadataInterface::class => Metadata\Source\SqliteMetadata::class,

0 commit comments

Comments
 (0)