From 3a6b824534f72113f1498cb543479886f81a8719 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 16 Sep 2024 12:07:00 +0200 Subject: [PATCH] Update fix command to use pint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aca10193c..de418f477 100644 --- a/composer.json +++ b/composer.json @@ -195,6 +195,6 @@ "@php artisan key:generate --ansi" ], "check-style": "php-cs-fixer fix --dry-run --diff", - "fix-style": "php-cs-fixer fix" + "fix-style": "pint" } }