Skip to content

Commit 64f0a2c

Browse files
committed
Added missing composer fixer command
1 parent 93a3148 commit 64f0a2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"humhub/module-coding-standards": "dev-main"
1717
},
1818
"scripts": {
19-
"rector": "vendor/bin/rector process --config=vendor/humhub/module-coding-standards/rector.php"
19+
"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"
2021
}
2122
}

0 commit comments

Comments
 (0)