2
0
forked from Wavyzz/dolibarr

Remove warning

This commit is contained in:
Laurent Destailleur
2025-06-13 16:22:57 +02:00
parent eb64e6c4c1
commit d66cd9027a

View File

@@ -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