From 43d5cf8968dbddf90907083ad048f12be5ca3d43 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 17 Feb 2023 10:14:41 -0800 Subject: [PATCH] Add `composer phpcbf` (#354) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 1dc10ea..dbc0648 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,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": [