mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-28 03:33:17 +01:00
# Fix: PhanPossiblyUnsetPropertyOfThis - variable is unset Because the variable is unset to force recomputation, the Phan message is valid and the if condition is always true. Hence, the if condition was commented. Also added an initialisation to an empty array before assigning array fields. Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>