From c20a8f8e238700e70e0935c04bb88ed6b6605bfd Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:30:48 +0200 Subject: [PATCH] Use error level 1 Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- php/composer.json | 1 - php/psalm.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/php/composer.json b/php/composer.json index 17fa50977fc2..ea44a81c3f16 100644 --- a/php/composer.json +++ b/php/composer.json @@ -30,7 +30,6 @@ ], "psalm": "psalm --threads=1", "psalm:update-baseline": "psalm --threads=1 --monochrome --no-progress --output-format=text --update-baseline", - "psalm:strict": "psalm --threads=1 --show-info=true", "lint": "php -l src/*.php src/**/*.php public/index.php", "lint:twig": "twig-linter lint ./templates", "php-deprecation-detector": "phpdd scan -n -t 8.3 src/*.php src/**/*.php public/index.php" diff --git a/php/psalm.xml b/php/psalm.xml index e958843fa422..8c89730d2dbd 100644 --- a/php/psalm.xml +++ b/php/psalm.xml @@ -1,6 +1,6 @@ -