From 2eb5bca23ccce4428dc7963a38ca2da17f41e293 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Nov 2024 11:36:05 +0100 Subject: [PATCH] Fix phan --- build/phpstan/phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/phpstan/phpstan-baseline.neon b/build/phpstan/phpstan-baseline.neon index 06bd3632cb21d..ad46ed29a8056 100644 --- a/build/phpstan/phpstan-baseline.neon +++ b/build/phpstan/phpstan-baseline.neon @@ -6567,7 +6567,7 @@ parameters: - message: '#^Property CommonObject\:\:\$note_public \(string\) in isset\(\) is not nullable\.$#' identifier: isset.property - count: 2 + count: 3 path: ../../htdocs/compta/facture/class/facture.class.php -