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 9961afd commit d018b5fCopy full SHA for d018b5f
composer.json
@@ -36,8 +36,14 @@
36
"sort-packages": true
37
},
38
"scripts": {
39
- "cs:check": "php-cs-fixer fix --dry-run --format=txt --verbose --config=.cs.php --ansi",
40
- "cs:fix": "php-cs-fixer fix --config=.cs.php --ansi --verbose",
+ "cs:check": [
+ "@putenv PHP_CS_FIXER_IGNORE_ENV=1",
41
+ "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php --ansi"
42
+ ],
43
+ "cs:fix": [
44
45
+ "php-cs-fixer fix --config=.cs.php --ansi --verbose"
46
47
"sniffer:check": "phpcs --standard=phpcs.xml",
48
"sniffer:fix": "phpcbf --standard=phpcs.xml",
49
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi",
0 commit comments