Ignore PHPStan generics annotations#298
Ignore PHPStan generics annotations#298alcaeus merged 3 commits intodoctrine:1.9from marcortola:feature/ignore-phpstan-generics
Conversation
alcaeus
left a comment
There was a problem hiding this comment.
LGTM, but I'd like to let @ondrejmirtes confirm that the list is complete and we're not forgetting anything before merging this.
|
Do annotations with |
|
There's also |
@ondrejmirtes no. They are already ignored automatically, because |
This issue was fixed when psalm introduced
Good point. @Mortola can you please add |
tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithPHPStanGenericsAnnotations.php
Show resolved
Hide resolved
|
Thanks @marcortola! |
|
Any chance this can get a release soon? |
|
@localheinz my apologies, I got side-tracked and completely forgot about this. I made some changes to the branch structure, but want to revisit #271 in time for 1.9. Please shout at me if we don't have a release within a week 😉 |
Added @template, @extends and @implements from PHPStan to globally ignored annotations list.