From d66cd9027ab7996484d30c1004b005d6a8d74c79 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Jun 2025 16:22:57 +0200 Subject: [PATCH] Remove warning --- dev/tools/phan/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tools/phan/config.php b/dev/tools/phan/config.php index f6e077afdbb..518b420e9ef 100644 --- a/dev/tools/phan/config.php +++ b/dev/tools/phan/config.php @@ -418,6 +418,7 @@ return [ 'suppress_issue_types' => [ // Dolibarr uses a lot of internal deprecated stuff, not reporting 'PhanDeprecatedProperty', + 'PhanDeprecatedImplicitNullableParam', 'PhanCompatibleNegativeStringOffset', // return false positive 'PhanPluginConstantVariableBool', // a lot of false positive, in most cases, we want to keep the code as it is