We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56be4e9 commit 2915c9eCopy full SHA for 2915c9e
2 files changed
composer.json
@@ -25,8 +25,8 @@
25
"phpunit/phpunit": "^12"
26
},
27
"scripts": {
28
- "cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --dry-run --diff",
29
- "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --diff",
+ "cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
30
"test": "phpunit tests"
31
}
32
0 commit comments