From 870a0bf49e6d255ff0b0e8b0a3d1ef83b4715d02 Mon Sep 17 00:00:00 2001 From: Dolibot Date: Thu, 6 Aug 2026 13:56:07 +0000 Subject: [PATCH] PHPStan > Update baseline --- dev/build/phpstan/phpstan-baseline.neon | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev/build/phpstan/phpstan-baseline.neon b/dev/build/phpstan/phpstan-baseline.neon index 7ab66d19e3968..5b48916f021c6 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -90,30 +90,12 @@ parameters: count: 1 path: ../../../htdocs/accountancy/class/accountancyexport.class.php - - - message: '#^If condition is always false\.$#' - identifier: if.alwaysFalse - count: 2 - path: ../../../htdocs/accountancy/class/accountancyexport.class.php - - message: '#^Loose comparison using \=\= between 2 and 2 will always evaluate to true\.$#' identifier: equal.alwaysTrue count: 1 path: ../../../htdocs/accountancy/class/accountancyexport.class.php - - - message: '#^Negated boolean expression is always true\.$#' - identifier: booleanNot.alwaysTrue - count: 1 - path: ../../../htdocs/accountancy/class/accountancyexport.class.php - - - - message: '#^Result of && is always false\.$#' - identifier: booleanAnd.alwaysFalse - count: 6 - path: ../../../htdocs/accountancy/class/accountancyexport.class.php - - message: '#^Result of \|\| is always true\.$#' identifier: booleanOr.alwaysTrue