File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 # Check the code-style consistency of the PHP files.
7272 - name : Check PHP code style
7373 continue-on-error : true
74- run : composer check-cs -- --report-full --report-checkstyle=./phpcs-report.xml
74+ run : composer checkcs -- --report-full --report-checkstyle=./phpcs-report.xml
7575
7676 - name : Show PHPCS results in PR
7777 run : cs2pr ./phpcs-report.xml
Original file line number Diff line number Diff line change 4646 "lint" : [
4747 " @php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git"
4848 ],
49- "check-cs " : [
49+ "checkcs " : [
5050 " @php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
5151 ],
52- "fix-cs " : [
52+ "fixcs " : [
5353 " @php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
5454 ],
5555 "run-tests" : [
You can’t perform that action at this time.
0 commit comments