We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa23b3e commit 3bf8e71Copy full SHA for 3bf8e71
src/DependencyInjection/JaegerExtension.php
@@ -43,7 +43,7 @@ public function load(array $configs, ContainerBuilder $container)
43
);
44
}
45
46
- foreach ($config['name_generator']['command'] as $item => $customGeneratorId) {
+ foreach ($config['name_generator']['command'] as $pattern => $customGeneratorId) {
47
$regexp = \sprintf('/%s/', $item);
48
$shortenedGeneratorId = \sprintf('jaeger.name.generator.%s', $customGeneratorId);
49
if ($container->has($shortenedGeneratorId)) {
0 commit comments