Setup Code Quality tools for PHP projects
When I start a PHP project from scratch, one of the first tasks that I perform is to install and configure come tools for code quality. It involves:
Code Sniffer: checks your code is following some standard;
Phpstan: a static code analysis tool tha...
hi-folks.hashnode.dev3 min read
Vitor Justin
Nice! Thanks for sharing.