From d2b350c6ae7a15e5a26b29dd504ba58cae4b2ed2 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 17 Feb 2023 09:51:42 -0800 Subject: [PATCH] Add `composer phpcbf` (#214) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 833bc5a..0c8de9a 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", + "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [