PHPStan is a static analyser that I'd like to try instead of Scrutinizer. It's be handy if it were executed in the prepare and ci make targets.
I've never tried it before, but I'm hopeful it will be a good replacement for Scrutinizer, since we typically only use that for it's static analysis features.
https://github.com/phpstan/phpstan
PHPStan is a static analyser that I'd like to try instead of Scrutinizer. It's be handy if it were executed in the
prepare
andci
make targets.I've never tried it before, but I'm hopeful it will be a good replacement for Scrutinizer, since we typically only use that for it's static analysis features.