mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -66,6 +66,7 @@ $config['suppress_issue_types'] = [
|
||||
|
||||
'PhanCompatibleNegativeStringOffset', // return false positive
|
||||
'PhanPluginConstantVariableBool', // a lot of false positive, in most cases, we want to keep the code as it is
|
||||
'PhanPluginUnknownArrayPropertyType', // this option costs more time to be supported than it solves time
|
||||
'PhanTypeArraySuspiciousNullable', // this option costs more time to be supported than it solves time
|
||||
'PhanTypeInvalidDimOffset', // this option costs more time to be supported than it solves time
|
||||
'PhanTypeObjectUnsetDeclaredProperty',
|
||||
|
||||
Reference in New Issue
Block a user