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
Alright, so after I tried adding support for phpstan I ran into multiple issues and backwards compatibility things.
I think we if should add support for phpstan we have to do it by running their tool directly, not hacking into their tool.
However, phpstan's errors are missing which rule the error came from phpstan/phpstan#3065.
Add PHPStan wrapper just like we did on with PHPCS: https://github.com/nunomaduro/phpinsights/blob/master/src/Domain/Insights/InsightFactory.php.
Note that: I don't want false positives on PHP Insights, so we only want to incorporate rules that are 100% accurate.
The text was updated successfully, but these errors were encountered: