We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb60017 commit 632366fCopy full SHA for 632366f
composer.json
@@ -23,8 +23,14 @@
23
"squizlabs/php_codesniffer": "^3"
24
},
25
"scripts": {
26
- "cs:check": "php-cs-fixer fix --dry-run --format=txt --verbose --config=.cs.php --ansi",
27
- "cs:fix": "php-cs-fixer fix --config=.cs.php --ansi --verbose",
+ "cs:check": [
+ "@putenv PHP_CS_FIXER_IGNORE_ENV=1",
28
+ "php-cs-fixer fix --dry-run --format=txt --verbose --config=.cs.php --ansi"
29
+ ],
30
+ "cs:fix": [
31
32
+ "php-cs-fixer fix --config=.cs.php --ansi --verbose"
33
34
"sniffer:check": "phpcs --standard=phpcs.xml",
35
"sniffer:fix": "phpcbf --standard=phpcs.xml",
36
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi",
0 commit comments