We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0718e5b commit c03b524Copy full SHA for c03b524
1 file changed
composer.json
@@ -36,14 +36,14 @@
36
"sort-packages": true
37
},
38
"scripts": {
39
- "cs:fix": [
40
- "@putenv PHP_CS_FIXER_IGNORE_ENV=1",
41
- "php-cs-fixer fix --config=.cs.php --ansi --verbose"
42
- ],
43
"cs:check": [
44
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
45
"php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php --ansi"
46
],
+ "cs:fix": [
+ "@putenv PHP_CS_FIXER_IGNORE_ENV=1",
+ "php-cs-fixer fix --config=.cs.php --ansi --verbose"
+ ],
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