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.
2 parents 9786d68 + bb02752 commit e2ab992Copy full SHA for e2ab992
composer.json
@@ -64,15 +64,15 @@
64
"rector process",
65
"@style"
66
],
67
- "cs-fix": "@style",
68
"deduplicate": "phpcpd app/ src/",
69
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
70
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
71
"sa": [
72
"phpstan analyze",
73
"psalm"
74
75
- "style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes",
+ "style": "@cs-fix",
76
"test": "phpunit"
77
}
78
0 commit comments