From e7eaa8d8a95cfb4d6d1d227008d6ed1765f57cb3 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 12 Jan 2025 21:04:38 +0000 Subject: [PATCH] Add composer script to partial fix code style --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23dc4d4992..89c8a9f41d 100644 --- a/composer.json +++ b/composer.json @@ -171,6 +171,7 @@ "cs:fix": [ "@cs:install", "bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix" - ] + ], + "cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh" } }