-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
"Missing method" in service calls #755
Comments
Seems like same behavior happens when extending from abstract class. |
This even happens on simple classes, no extensions, no traits, no interfaces. @Haehnchen can you please rename the title to remove the "when using traits" part? |
I can confirm that.
Says that |
Also you should now be putting %locale% in quotes, as per latest Yaml spec, and for Symfony3 compat. |
You are correct, but that doesn't change the issue. |
fixed |
origin: Haehnchen/idea-php-annotation-plugin#57
PhpStorm annotates
Missing method
in all my service calls that call a method that is in a trait.Example :
The
ContainerAwareTrait
contains thesetContainer
method.Using PhpStorm 2016.1.2 with plugin 0.12.120.
The text was updated successfully, but these errors were encountered: