File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
},
45
45
"scripts" : {
46
46
"coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text" ,
47
- "php-cs -fix" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --using-cache=no" ,
48
- "php-cs -try" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no" ,
47
+ "phpcs -fix" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --using-cache=no" ,
48
+ "phpcs -try" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no" ,
49
49
"phpstan" : " ./vendor/bin/phpstan analyze --no-progress" ,
50
50
"phpunit" : " ./vendor/bin/phpunit" ,
51
51
"psalm" : " ./vendor/bin/psalm --no-progress --show-info=true" ,
52
52
"statics" : [
53
53
" @phpstan" ,
54
54
" @psalm" ,
55
- " @php-cs -try"
55
+ " @phpcs -try"
56
56
],
57
57
"test" : [
58
58
" @statics" ,
You can’t perform that action at this time.
0 commit comments