diff --git a/composer.json b/composer.json index 99741dd..aa3c501 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,9 @@ "test": [ "parallel-lint . --exclude vendor", "phpcs -p -s" + ], + "fix": [ + "phpcbf -p" ] } }