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
26
26
*
27
27
* symfony/dependency-injection v5.1 introduces a deprecation notice when calling
28
28
* setDeprecation() with less than 3 args and the
29
- * `Symfony\Component\DependencyInjection\Dumper\Preloader ` class was
29
+ * `Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass ` class was
30
30
* introduced at the same time. By checking if this class exists,
31
31
* we can determine the correct param count to use when calling setDeprecated.
32
32
*
@@ -37,8 +37,6 @@ public function process(ContainerBuilder $container): void
37
37
*/
38
38
private function getDeprecationMsg (string $ message , string $ version ): array
39
39
{
40
- // \Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass
41
- // introduced in symfony/dependency-injection 5.1.0
42
40
if (class_exists (AliasDeprecatedPublicServicesPass::class)) {
43
41
return [
44
42
'code-tool/jaeger-client-symfony-bridge ' ,
You can’t perform that action at this time.
0 commit comments