From a5ab4c9e1eb62a257ed3eeab12b64466525cecc1 Mon Sep 17 00:00:00 2001 From: Karsten Nowak Date: Mon, 27 Nov 2023 16:09:08 +0100 Subject: [PATCH] [TASK] Use caching for PHP-CS-Fixer (#1027) Fixes #689 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95e26d8..192c3b6 100644 --- a/composer.json +++ b/composer.json @@ -140,7 +140,7 @@ "@ci:php:sniff", "@ci:php:stan" ], - "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --using-cache no --diff", + "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", "ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l", "ci:php:sniff": "phpcs Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress",