Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into 18-check-php-compatibile
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Secchi committed Feb 15, 2024
2 parents 006cb81 + 1643ec6 commit a38b577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"scripts": {
"check-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -ps ./themes/twentytwenty-child/page-sample-page.php"
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -ps"
],
"fix-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source ./themes/twentytwenty-child/"
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source"
],
"check-all": [
"@check-cs"
Expand Down

0 comments on commit a38b577

Please sign in to comment.