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
PhpStorm complains about the type being wrong for methods with typed arguments because the annotated return value of reveal() is object and (I think) this plugin adds ProphecySubjectInterface. If mixed is added as well, PhpStorm should stop complaining that object|ProphecySubjectInterface don't match the expected type.
The text was updated successfully, but these errors were encountered:
PhpStorm complains about the type being wrong for methods with typed arguments because the annotated return value of
reveal()
isobject
and (I think) this plugin addsProphecySubjectInterface
. Ifmixed
is added as well, PhpStorm should stop complaining thatobject|ProphecySubjectInterface
don't match the expected type.The text was updated successfully, but these errors were encountered: