Support phpstan v0.5 by zdenekdrahos · Pull Request #43 · EdgedesignCZ/phpqa

added 8 commits

December 21, 2016 16:40
Unofrtunately there is no version :(
PHPStan - PHP Static Analysis Tool
Works without extra config
 phpqa --report --output cli --tools phpstan --analyzedDirs src,tests --ignoredDirs=vendor

Needs bootstrap
phpqa --report --output cli --tools phpstan --analyzedDirs ./ --ignoredDirs=vendor
It could overwrite existing phpstan.neon in CLI mode

@zdenekdrahos

@zdenekdrahos

@zdenekdrahos zdenekdrahos changed the title Support phpstan Support phpstan v0.5

Jan 7, 2017

@zdenekdrahos