-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
PHPStorm @noinspection causes Missing Import warning #190
Comments
Related - I'm getting "Missing import" warnings for PHPUnit annotations, like |
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
fix PHPStorm @noinspection causes Missing Import warning #190
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
Haehnchen
added a commit
that referenced
this issue
Jun 1, 2020
only allow valid class "use" annotating missing import #190
fixed with |
That was incredibly quick, thanks @Haehnchen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working with PHPStorm and adding a
@noninspection
annotation for a file or method phpdoc block it will cause an annotation warning with the message[Annotations] Missing import
To "silence" it you have to add another
noinspection
annotationAnnotationMissingUseInspection
So, in case you do this for the file, you endup with something like this
This happens with the latest version 7.0.0
The text was updated successfully, but these errors were encountered: