Skip to content

Commit 08ee130

Browse files
authored
Merge pull request #838 from Kit/composer-add-phpcbf-commands
Composer: Add `composer phpcbf` and `composer-phpcbf-tests` commands
2 parents 477a3c4 + c689a41 commit 08ee130

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"create-pot": "php -n $(which wp) i18n make-pot . languages/convertkit.pot",
2525
"create-dev-docs": "@php .scripts/create-actions-filters-docs.php",
2626
"phpcs": "vendor/bin/phpcs ./ -s -v",
27+
"phpcbf": "vendor/bin/phpcbf ./ -s -v",
2728
"phpcs-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v",
29+
"phpcbf-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v",
2830
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
2931
"test": [
3032
"vendor/bin/codecept build @no_additional_args",

0 commit comments

Comments
 (0)