skip to Main Content
author
204 views
2 votes

How to tell PHPStan about method that exists in class implementation but not in it's interface?

I have two interfaces (ClienInterface, ClientFactoryInterface) and two classes implementing them (ConcreteClient, ConcreteApiClientFactory). ConcreteClient has method not definded in ClienInterface.<br

Back To Top
Search