From 6aff747b9c383aa6eb1d802611485a75859eefa4 Mon Sep 17 00:00:00 2001 From: Dolibot Date: Tue, 25 Nov 2025 12:18:41 +0000 Subject: [PATCH] PHPStan > Update baseline --- dev/build/phpstan/phpstan-baseline.neon | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev/build/phpstan/phpstan-baseline.neon b/dev/build/phpstan/phpstan-baseline.neon index 643257fa68657..8b5d79a5e4072 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -663,7 +663,7 @@ parameters: - message: '#^If condition is always true\.$#' identifier: if.alwaysTrue - count: 4 + count: 3 path: ../../../htdocs/admin/mails_templates.php - @@ -8400,12 +8400,6 @@ parameters: count: 1 path: ../../../htdocs/core/tpl/filemanager.tpl.php - - - message: '#^Variable \$limit might not be defined\.$#' - identifier: variable.undefined - count: 2 - path: ../../../htdocs/core/tpl/list_print_total.tpl.php - - message: '#^Variable \$num might not be defined\.$#' identifier: variable.undefined