File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function process(ContainerBuilder $container): void
2626 *
2727 * symfony/dependency-injection v5.1 introduces a deprecation notice when calling
2828 * setDeprecation() with less than 3 args and the
29- * `Symfony\Component\DependencyInjection\Dumper\Preloader ` class was
29+ * `Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass ` class was
3030 * introduced at the same time. By checking if this class exists,
3131 * we can determine the correct param count to use when calling setDeprecated.
3232 *
@@ -37,8 +37,6 @@ public function process(ContainerBuilder $container): void
3737 */
3838 private function getDeprecationMsg (string $ message , string $ version ): array
3939 {
40- // \Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass
41- // introduced in symfony/dependency-injection 5.1.0
4240 if (class_exists (AliasDeprecatedPublicServicesPass::class)) {
4341 return [
4442 'code-tool/jaeger-client-symfony-bridge ' ,
You can’t perform that action at this time.
0 commit comments