Skip to content

Commit 57c0c9a

Browse files
committed
PHPStan: fix array typing
1 parent 943500b commit 57c0c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/TdbmCompilerPass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function process(ContainerBuilder $container): void
2929
}
3030

3131
/**
32-
* @param array<string, array> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
32+
* @param array<string, mixed[]> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
3333
* @return array<Reference>
3434
*/
3535
private function taggedServicesToReferences(array $taggedServices): array

0 commit comments

Comments
 (0)