Add composer script to partial fix code style

This commit is contained in:
Art4 2025-01-12 21:04:38 +00:00
parent 148c9cdfe6
commit e7eaa8d8a9

View file

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