From 393aa34099d64800bb5ae7f897eb51fef103cd20 Mon Sep 17 00:00:00 2001 From: Dolibot Date: Sun, 21 Jun 2026 14:12:10 +0000 Subject: [PATCH] PHPStan > Update baseline --- dev/build/phpstan/phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev/build/phpstan/phpstan-baseline.neon b/dev/build/phpstan/phpstan-baseline.neon index 3d7bcb8d52463..f59c35b6ffdd0 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -1074,12 +1074,6 @@ parameters: count: 1 path: ../../../htdocs/api/class/api_setup.class.php - - - message: '#^Left side of && is always true\.$#' - identifier: booleanAnd.leftAlwaysTrue - count: 2 - path: ../../../htdocs/api/class/api_setup.class.php - - message: '#^Result of && is always false\.$#' identifier: booleanAnd.alwaysFalse