Skip to content

Commit

Permalink
chore: change check cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Mar 9, 2024
1 parent 2dc5c1e commit b718634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"scripts": {
"changelog": "php conventional-changelog",
"check-cs": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --diff-format=udiff --config=.php-cs-fixer.php",
"check-cs": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.php-cs-fixer.php",
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --verbose",
"release": "php conventional-changelog --commit",
"release:patch": "php conventional-changelog --commit --patch",
Expand Down

0 comments on commit b718634

Please sign in to comment.