forked from Wavyzz/dolibarr
Remove warning
This commit is contained in:
@@ -418,6 +418,7 @@ return [
|
|||||||
'suppress_issue_types' => [
|
'suppress_issue_types' => [
|
||||||
// Dolibarr uses a lot of internal deprecated stuff, not reporting
|
// Dolibarr uses a lot of internal deprecated stuff, not reporting
|
||||||
'PhanDeprecatedProperty',
|
'PhanDeprecatedProperty',
|
||||||
|
'PhanDeprecatedImplicitNullableParam',
|
||||||
|
|
||||||
'PhanCompatibleNegativeStringOffset', // return false positive
|
'PhanCompatibleNegativeStringOffset', // return false positive
|
||||||
'PhanPluginConstantVariableBool', // a lot of false positive, in most cases, we want to keep the code as it is
|
'PhanPluginConstantVariableBool', // a lot of false positive, in most cases, we want to keep the code as it is
|
||||||
|
|||||||
Reference in New Issue
Block a user