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" }