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
When having Rector installed next to phpstan/phpstan-phpunit and phpstan/extension-installer, I'm currently getting an exception when running Rector. This only happens since updating to phpstan/phpstan-phpunit 1.3.1 or 1.3.2.
Running PHPStan itself (vendor/bin/phpstan analyse) works without any problems.
Bug Report
When having Rector installed next to
phpstan/phpstan-phpunit
andphpstan/extension-installer
, I'm currently getting an exception when running Rector. This only happens since updating tophpstan/phpstan-phpunit
1.3.1 or 1.3.2.Running PHPStan itself (
vendor/bin/phpstan analyse
) works without any problems.The following exception occurs:
Minimal PHP Code Causing Issue
My
composer.json
:The text was updated successfully, but these errors were encountered: