https://github.com/phpstan/phpstan
https://github.com/phan/phan
Lots of great static analyzers to run in CI and during development to catch all kinds of issues.
Also, https://github.com/FriendsOfPhp/PHP-CS-Fixer to clean up code syntax (configurable rules, has good presets).
https://github.com/phpstan/phpstan
https://github.com/phan/phan
Lots of great static analyzers to run in CI and during development to catch all kinds of issues.
Also, https://github.com/FriendsOfPhp/PHP-CS-Fixer to clean up code syntax (configurable rules, has good presets).