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" } }