Skip to content

Commit f804b55

Browse files
committed
Use check as shorthand for fix --dry-run
1 parent da778b5 commit f804b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
],
9898
"cs": [
9999
"Composer\\Config::disableProcessTimeout",
100-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
101-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.no-header.php",
102-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.tests.php",
103-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --diff"
100+
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
101+
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
102+
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.tests.php",
103+
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff"
104104
],
105105
"cs-fix": [
106106
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)