From a72c43d49703aa5f458cb64df9065e1540e0e394 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 17 Feb 2023 09:03:53 -0800 Subject: [PATCH] Add `composer phpcbf` (#96) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index aa291ed6..d09780f3 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,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": [