Tag: Lint
-

PHPStan and PHP CS Fixer guide
Maintaining code quality is crucial. In this post, I’ll show you how to set up two essential PHP development tools: PHPStan for static analysis and PHP CS Fixer for automated code styling. Prerequisites Before we begin, make sure you have Composer installed on your system. Composer is a dependency manager for PHP that we’ll use
