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
Hard coded the Phake_IMock addition, as picking it up from the
of the openapi.
Added an extra check for namespaced classnames being passed to Phake.mock.
timheilig
pushed a commit
to timheilig/idea-php-phake
that referenced
this issue
Sep 11, 2015
In the case of
$dataProvider = Phake::mock('\DataProviders\Popup');
$dataProvider is getting a mixed type instead of correctly being typed to the namespace. I'm working on a fix for this now.
The text was updated successfully, but these errors were encountered: