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 4b9f333 commit 2338061Copy full SHA for 2338061
composer.json
@@ -58,12 +58,14 @@
58
"rector process",
59
"@style"
60
],
61
+ "cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
62
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
63
+ "style": "@cs-fix",
64
"deduplicate": "phpcpd app/ src/",
65
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
66
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
67
"patch": "patch",
68
"retool": "retool",
- "style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
69
"test": "phpunit"
70
}
71
0 commit comments