mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
* Qual: Fix PhanTypeMismatchProperty and some other phan notices * Qual: Phan fixes for BOM * Phan - fix fields * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Fix $fields phpdoc * Fix phan typing issues with intermediate var and ?? * Fix phan typing issue with ?? operator * Ignore htdocs/install/install.forced.php for git * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Update baseline * Qual: Phan fixes for BOM * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Ignore PhanTypeSuspiciousNonTraversableForeach to allow integration * Fix typing hints (phpstan) --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>