From b7186348f70958ee0ca8cdf40820ebf4d0973fdf Mon Sep 17 00:00:00 2001 From: Marco Cesarato <36447518+marcocesarato@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:47:28 +0000 Subject: [PATCH] chore: change check cs fixer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01d7ebd..70bc044 100644 --- a/composer.json +++ b/composer.json @@ -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",