Skip to content

Commit 3bf8e71

Browse files
Update src/DependencyInjection/JaegerExtension.php
Co-authored-by: Andrii Dembitskyi <[email protected]>
1 parent aa23b3e commit 3bf8e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/JaegerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function load(array $configs, ContainerBuilder $container)
4343
);
4444
}
4545
}
46-
foreach ($config['name_generator']['command'] as $item => $customGeneratorId) {
46+
foreach ($config['name_generator']['command'] as $pattern => $customGeneratorId) {
4747
$regexp = \sprintf('/%s/', $item);
4848
$shortenedGeneratorId = \sprintf('jaeger.name.generator.%s', $customGeneratorId);
4949
if ($container->has($shortenedGeneratorId)) {

0 commit comments

Comments
 (0)