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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: