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
Currently the Type Provider can only be configured to provide a class.
However, when using e.g. PHPUnit_Framework_TestCase::getMockForAbstractClass an interface is valid, too.
It should also allow a combined provider (class or interface), just like method references class_interface.
The text was updated successfully, but these errors were encountered:
"class" sould already support interface, phpstorm api changed for that (interface==class). dont know if already inside v7, but i will add another provider
Currently the
Type Provider
can only be configured to provide a class.However, when using e.g.
PHPUnit_Framework_TestCase::getMockForAbstractClass
an interface is valid, too.It should also allow a combined provider (class or interface), just like method references
class_interface
.The text was updated successfully, but these errors were encountered: