Skip to content

Commit

Permalink
Merge branch '2.0' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Apr 26, 2022
2 parents 5fa3edb + 5b9cec6 commit b6fffd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor/
composer.lock
.php_cs.cache
/.phpunit.result.cache
.php-cs-fixer.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"scripts": {
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
"fix-cs": "php-cs-fixer fix -v --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"test": "phpunit"
},
Expand Down

0 comments on commit b6fffd4

Please sign in to comment.