From fad18bfcd6777c32f4b7ac29f23e533284d8ccb8 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 16 May 2026 10:16:41 +0200 Subject: [PATCH] [CLEANUP] Drop unneded option for clearing the PHPStan cache For clearing the result cache, the configuration file is not relevant. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2cb0c4e4..46be4193 100644 --- a/composer.json +++ b/composer.json @@ -113,7 +113,7 @@ "fix:php:rector": "rector process --config=./Build/rector/config.php", "fix:php:sniff": "phpcbf --standard=./Build/phpcs/config.xml Build bin src tests", "phpstan:baseline": "phpstan --configuration=./Build/phpstan/phpstan.neon --allow-empty-baseline --generate-baseline=./Build/phpstan/phpstan-baseline.neon", - "phpstan:clearcache": "phpstan clear-result-cache --configuration=./Build/phpstan/phpstan.neon" + "phpstan:clearcache": "phpstan clear-result-cache" }, "scripts-descriptions": { "check": "Runs all dynamic and static code checks.",