PHPStan - PHP Static Analysis Tool

Costas

Administrator
Staff member
focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.

https://github.com/phpstan/phpstan

ref - https://blog.martinhujer.cz/consistence-brings-consistency-to-the-php/
 
Top