We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After upgrading from phpstan 1.9 to 1.10, I started getting many errors like this:
Trying to mock an undefined method X on class Y".
Downgrading to 1.9 solves the problems, but I'd like to use the latest version.
The installed version of phpstan-phpunit is the current latest one (1.3.10)