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 4444 },
4545 "scripts" : {
4646 "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" ,
4949 "phpstan" : " ./vendor/bin/phpstan analyze --no-progress" ,
5050 "phpunit" : " ./vendor/bin/phpunit" ,
5151 "psalm" : " ./vendor/bin/psalm --no-progress --show-info=true" ,
5252 "statics" : [
5353 " @phpstan" ,
5454 " @psalm" ,
55- " @php-cs -try"
55+ " @phpcs -try"
5656 ],
5757 "test" : [
5858 " @statics" ,
You can’t perform that action at this time.
0 commit comments