We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array
1 parent 943500b commit 57c0c9aCopy full SHA for 57c0c9a
DependencyInjection/TdbmCompilerPass.php
@@ -29,7 +29,7 @@ public function process(ContainerBuilder $container): void
29
}
30
31
/**
32
- * @param array<string, array> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
+ * @param array<string, mixed[]> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
33
* @return array<Reference>
34
*/
35
private function taggedServicesToReferences(array $taggedServices): array
0 commit comments