File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
],
98
98
"cs" : [
99
99
" 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"
104
104
],
105
105
"cs-fix" : [
106
106
" Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments