mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-28 20:31:24 +01:00
# Qual: Fix PhanTypeComparisonFromArray in pertype.php and peruser.php - Update pertype.php and peruser.php to resolve PhanTypeComparisonFromArray notices. When an array value is set, it's already an array so comparing to '' is useless and invalid. - Update baseline.txt to reflect reduced occurrences of phan issues. Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>