Skip to content
New issue

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

[editor] Strike services when classes are annotate as @deprecated #375

Closed
maphe opened this issue Oct 21, 2014 · 1 comment
Closed

[editor] Strike services when classes are annotate as @deprecated #375

maphe opened this issue Oct 21, 2014 · 1 comment
Labels

Comments

@maphe
Copy link

maphe commented Oct 21, 2014

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.

@christophespy
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants