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

Feature: covers annotation/attribute should tell psalm that method is in use #141

Open
boesing opened this issue Oct 16, 2023 · 1 comment

Comments

@boesing
Copy link

boesing commented Oct 16, 2023

When using @covers, I would expect psalm to realize that a method is in use, even tho, it is not directly called.

AFAIR, @psalm-api does mark methods as used as well, even tho they might not be called - so there is not a strong need in actually verifying that, right?
Thoughts?

@orklah
Copy link
Contributor

orklah commented Oct 17, 2023

Seems good to me

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

No branches or pull requests

2 participants