Merge branch 'master' into phpstan-level-2

This commit is contained in:
Jerry Ma
2022-04-02 17:22:38 +08:00
committed by GitHub

View File

@@ -73,7 +73,7 @@
"post-merge": "composer install",
"pre-commit": [
"echo committing as $(git config user.name)",
"composer cs-fix -- --dry-run --diff"
"composer cs-fix -- --diff"
],
"pre-push": [
"composer cs-fix -- --dry-run --diff",