Skip to content

Commit b6fffd4

Browse files
committed
Merge branch '2.0' into 3.0
2 parents 5fa3edb + 5b9cec6 commit b6fffd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/vendor/
22
composer.lock
3-
.php_cs.cache
43
/.phpunit.result.cache
4+
.php-cs-fixer.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"scripts": {
48-
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
48+
"fix-cs": "php-cs-fixer fix -v --show-progress=dots",
4949
"check-cs": "@fix-cs --dry-run",
5050
"test": "phpunit"
5151
},

0 commit comments

Comments
 (0)