From 5ecaeb28611c8a9e01accbb7c2ccb3c0faf2c1de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:31:43 +0200 Subject: [PATCH] PHPStan > Update baseline (#34147) 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 235d4f0d93b..265618f0b1d 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -20991,7 +20991,7 @@ parameters: - message: '#^Variable \$conf might not be defined\.$#' identifier: variable.undefined - count: 3 + count: 2 path: ../../../htdocs/public/webportal/webportal.main.inc.php -