issues
search
howToCodeWell
/
code-quiz
Code Quiz MonoRepo (API, API Client, App)
MIT License
4
stars
4
forks
source link
Install and configure PHPCS
#61
Closed
pfwd
closed
2 years ago
pfwd
commented
2 years ago
TODO
[ ] Install PHPCS
https://packagist.org/packages/squizlabs/php_codesniffer
[ ] Configure PHPCS to use the Symfony coding style
[ ] Update GitHub Actions to run before PHPStan on a pull request
TODO