From f8415eef2a6fdec77c8f15d59d861b1860f72b81 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 14 Apr 2020 21:25:25 +0100 Subject: [PATCH] remove cache suppression --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e08eae1c..e07a60cb 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php --exclude lib/array_column.php .", "test": "DATABASE=sqlite ./vendor/bin/phpunit --coverage-clover ./clover.xml tests/", "test-fixup": "mkdir -p templates_c ; test -f config.local.php || touch config.local.php", - "psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false " + "psalm": "@php ./vendor/bin/psalm --show-info=false " }, "require": { "php": ">=7.0"