It would be a good thing to visualize a deprecated service by striking it, like phpstorm already does for deprecated methods.
Ex:
$container->(~~'deprecated.service'~~);
(sorry, can't combine code and strike with markdown)
or in yml injection:
my.service
class: MyClass
arguments:
- ~~@deprecated.service~~
I suggest to inspect if a @deprecated tag is associate to the relative class in the container.
It would be a good thing to visualize a deprecated service by striking it, like phpstorm already does for deprecated methods.
Ex:
$container->(~~'deprecated.service'~~);(sorry, can't combine code and strike with markdown)
or in yml injection:
I suggest to inspect if a @deprecated tag is associate to the relative class in the container.