From 84ac2a32ee08fbb9be4b937e13bfd6532db2a702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:05:40 +0100 Subject: [PATCH] PHPStan > Update baseline (#36852) Co-authored-by: Dolibot --- dev/build/phpstan/phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/build/phpstan/phpstan-baseline.neon b/dev/build/phpstan/phpstan-baseline.neon index 6cee2adbcbc..27a027b1211 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -10071,7 +10071,7 @@ parameters: - message: '#^If condition is always true\.$#' identifier: if.alwaysTrue - count: 12 + count: 10 path: ../../../htdocs/imports/import.php -