Skip to content

Commit 776d567

Browse files
committed
chore: update php-cs-fixer commands in composer.json
1 parent bedf121 commit 776d567

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@
6666
"@inspect",
6767
"@style"
6868
],
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",
6972
"deduplicate": "phpcpd app/ src/",
7073
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
7174
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
72-
"style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
7375
"test": "phpunit"
7476
}
7577
}

0 commit comments

Comments
 (0)