We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a3148 commit 64f0a2cCopy full SHA for 64f0a2c
composer.json
@@ -16,6 +16,7 @@
16
"humhub/module-coding-standards": "dev-main"
17
},
18
"scripts": {
19
- "rector": "vendor/bin/rector process --config=vendor/humhub/module-coding-standards/rector.php"
+ "rector": "vendor/bin/rector process --config=vendor/humhub/module-coding-standards/rector.php",
20
+ "fixer": "vendor/bin/php-cs-fixer fix --config=vendor/humhub/module-coding-standards/php-cs-fixer.php"
21
}
22
0 commit comments