From 296c18dd1cfd9e7d6bb3b3a5360fcf731d94b6ea Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" <51850998+paulbalandan@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:51:18 +0800 Subject: [PATCH] Remove superfluous `--using-cache` option --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3fe5bdfbd..e87f5f646 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "phpstan analyze", "psalm" ], - "cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes", + "cs-fix": "php-cs-fixer fix --ansi --verbose --diff", "style": "@cs-fix", "test": "phpunit" }