Add phpcbf composer script in scaffolded composer file

This commit is contained in:
Nilambar Sharma 2024-03-25 14:43:20 +05:45
parent 88190880cb
commit 5421281165

View file

@ -42,6 +42,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": [