From c689a412b4d012c8d0b6d18404c41fbf0945023b Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 25 Jun 2025 15:28:26 +0800 Subject: [PATCH] Composer: Add `composer phpcbf` and `composer-phpcbf-tests` commands --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 0b79e95a7..643dadc4a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,9 @@ "create-pot": "php -n $(which wp) i18n make-pot . languages/convertkit.pot", "create-dev-docs": "@php .scripts/create-actions-filters-docs.php", "phpcs": "vendor/bin/phpcs ./ -s -v", + "phpcbf": "vendor/bin/phpcbf ./ -s -v", "phpcs-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v", + "phpcbf-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v", "phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M", "test": [ "vendor/bin/codecept build @no_additional_args",