Skip to content

Commit c03b524

Browse files
committed
Fix cs
1 parent 0718e5b commit c03b524

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"sort-packages": true
3737
},
3838
"scripts": {
39-
"cs:fix": [
40-
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
41-
"php-cs-fixer fix --config=.cs.php --ansi --verbose"
42-
],
4339
"cs:check": [
4440
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
4541
"php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php --ansi"
4642
],
43+
"cs:fix": [
44+
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
45+
"php-cs-fixer fix --config=.cs.php --ansi --verbose"
46+
],
4747
"sniffer:check": "phpcs --standard=phpcs.xml",
4848
"sniffer:fix": "phpcbf --standard=phpcs.xml",
4949
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi",

0 commit comments

Comments
 (0)