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.
2 parents 5fa3edb + 5b9cec6 commit b6fffd4Copy full SHA for b6fffd4
.gitignore
@@ -1,4 +1,4 @@
1
/vendor/
2
composer.lock
3
-.php_cs.cache
4
/.phpunit.result.cache
+.php-cs-fixer.cache
composer.json
@@ -45,7 +45,7 @@
45
}
46
},
47
"scripts": {
48
- "fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
+ "fix-cs": "php-cs-fixer fix -v --show-progress=dots",
49
"check-cs": "@fix-cs --dry-run",
50
"test": "phpunit"
51
0 commit comments