diff --git a/src/DependencyInjection/WorkermanCompilerPass.php b/src/DependencyInjection/WorkermanCompilerPass.php index e9aeb60..a6573ba 100644 --- a/src/DependencyInjection/WorkermanCompilerPass.php +++ b/src/DependencyInjection/WorkermanCompilerPass.php @@ -78,9 +78,11 @@ public function process(ContainerBuilder $container): void } /** - * @param string[] $taggedServices + * Creates a Reference map from tagged services for ServiceLocator registration. * - * @return Reference[] + * @param array> $taggedServices Output from findTaggedServiceIds() + * + * @return array Service id => Reference mapping */ private function referenceMap(array $taggedServices): array {