mirror of
https://github.com/Dolibarr/dolibarr
synced 2024-11-22 23:11:45 +00:00
9a9e851494
* Qual: 🛟 Fix typing
Qual: Fix typing
Fix some typing currently failing ci in develop.
* Fix typing for grabimages
* Qual: Fix new UndeclaredGlobalVariable notices & enable
# Qual: Fix new UndeclaredGlobalVariable notices & enable
This fixes several new notices regarding 'undeclared globals' which
mostly correspond to missing initialisations in views and some real
bugs where the variable name was incorrect.
Some less obvious cases are unsolved and ignored (adherents/list,
and fourn/commande/card).
This is in preparation of fixing the notices in the other files
where the baseline was already set to ignore them where most just
need a phan-var-force declaration which will help with verifying
type compatibity and object member verifications
|
||
---|---|---|
.. | ||
admin | ||
ajax | ||
class | ||
lib | ||
tpl | ||
card.php | ||
combinations.php | ||
list.php |