From c44f1025182acbefcf26a2f50fca6a30d437e3eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Mar 2024 22:58:15 +0100 Subject: [PATCH] Try to remove phan error --- dev/tools/phan/config_fixer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/tools/phan/config_fixer.php b/dev/tools/phan/config_fixer.php index 11daf743c09..056a5c26805 100644 --- a/dev/tools/phan/config_fixer.php +++ b/dev/tools/phan/config_fixer.php @@ -176,6 +176,8 @@ return [ // Add any issue types (such as 'PhanUndeclaredMethod') // here to inhibit them from being reported 'suppress_issue_types' => [ + 'PhanCompatibleNegativeStringOffset', // return false positive + 'PhanPluginWhitespaceTab', // Dolibarr used tabs 'PhanPluginCanUsePHP71Void', // Dolibarr is maintaining 7.0 compatibility 'PhanPluginShortArray', // Dolibarr uses array()