From cf54794be20388d10af68208f73b4b708b83996e Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 13 Jan 2024 10:46:42 +0100 Subject: [PATCH] Show info when psalm runs Signed-off-by: Simon L. --- php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/composer.json b/php/composer.json index 32488056ccf..b0dc2546f54 100644 --- a/php/composer.json +++ b/php/composer.json @@ -19,7 +19,7 @@ "ext-apcu": "*" }, "scripts": { - "psalm": "psalm --threads=1", + "psalm": "psalm --threads=1 --show-info=true", "psalm:update-baseline": "psalm --threads=1 --update-baseline", "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l {} \\;", "php-deprecation-detector": "find . -name \\*.php -not -path './vendor/*' -exec phpdd scan {} -n -t 8.2 \\;"