We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'~~);
$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.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
add deprecated inspection warning for service classes #375
e6dae01
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: