File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 "scripts" : {
6464 "fix-lint" : [
6565 " @composer bin c-norm normalize \" $(pwd)/composer.json\" --indent-style tab --indent-size 1 --ansi" ,
66- " vendor-bin/cs-fixer/vendor/bin/php-cs-fixer fix --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi"
66+ " PHP_CS_FIXER_IGNORE_ENV=1 vendor-bin/cs-fixer/vendor/bin/php-cs-fixer fix --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi"
6767 ],
6868 "lint" : [
6969 " @composer bin c-norm normalize \" $(pwd)/composer.json\" --indent-style tab --indent-size 1 --dry-run --ansi" ,
70- " vendor-bin/cs-fixer/vendor/bin/php-cs-fixer check --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi"
70+ " PHP_CS_FIXER_IGNORE_ENV=1 vendor-bin/cs-fixer/vendor/bin/php-cs-fixer check --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi"
7171 ],
7272 "test" : [
7373 " simple-phpunit" ,
7474 " vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v"
7575 ]
7676 }
77- }
77+ }
You can’t perform that action at this time.
0 commit comments