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 bedf121 commit 776d567Copy full SHA for 776d567
composer.json
@@ -66,10 +66,12 @@
66
"@inspect",
67
"@style"
68
],
69
+ "cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
70
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
71
+ "style": "@cs-fix",
72
"deduplicate": "phpcpd app/ src/",
73
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
74
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
- "style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
75
"test": "phpunit"
76
}
77
0 commit comments