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
If we have a vendor class with one or two erroneous method signatures, it would be great to be able to stub out just those ones, without having to represent the whole class.
Also if we're adding properties to a given class, like Psalm does with PhpParser nodes and inferredType.
The text was updated successfully, but these errors were encountered:
If we have a
vendor
class with one or two erroneous method signatures, it would be great to be able to stub out just those ones, without having to represent the whole class.Also if we're adding properties to a given class, like Psalm does with PhpParser nodes and
inferredType
.The text was updated successfully, but these errors were encountered: