You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From version 7.0.0 are reported missing imports, which is really nice for Doctrine annotations.
But I got reported non-doctrine annotations too (tested with 7.0.0 and 7.1.0). These should be imho ignored
Specifically all @phpstan-* and @psalm-* and also all from Doctrine ignore list (e.g. phpcsSuppress from Slevomat CS and dataProvider from PHPUnit are reported)
The text was updated successfully, but these errors were encountered:
From version 7.0.0 are reported missing imports, which is really nice for Doctrine annotations.
But I got reported non-doctrine annotations too (tested with 7.0.0 and 7.1.0). These should be imho ignored
Specifically all
@phpstan-*
and@psalm-*
and also all from Doctrine ignore list (e.g.phpcsSuppress
from Slevomat CS anddataProvider
from PHPUnit are reported)The text was updated successfully, but these errors were encountered: