Conclusion after a visit back to PHP:

- PHP Codesniffer is a coding style linter that nowadays can autofix some things (similar to ESLint)
- PHP CS Fixer is not Codesniffer related and is an autofix focused coding style linter (similar to ESLint)
- PHPStan is a type checker, similar to TypeScript

Comments