You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Composer scripts for code sniffing and autofixing
There now are the following new Composer scripts:
- `ci`: run all CI-related Composer scripts
- `ci:static` run the static code analysis
- `ci:php:sniff` run PHP_CodeSniffer
- `fix:php` fix the autofixable PHP code warnings
- `fix:php:sniff` fix the autofixable PHP_CodeSniffer warnings
For starters, we have a sniff that checks for the PSR-12 standard.
(The CI builds do not run this check as the files are not
PSR-12 compliant yet at this point.)
0 commit comments