-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have a class that uses a trait.
this plugin shows this error
47 Out of 547 possible param types, only 416 - 76.0 % actually have it. Add more param types to get over 100 %
that means in line 47 must be a problem but there is no type definition needed in the class itself on line 47.
but if we go to the trait that is used by this class we can see that there is a missing param type on line 47.
It should report like phpstan itself that says it has this error in trait x
in context of class y
.
chWagnr and ekvedaras
Metadata
Metadata
Assignees
Labels
No labels