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