dolibarr/htdocs/compta/paiement
MDW 9a9e851494
Qual: Fix new UndeclaredGlobalVariable notices & enable (#30963)
* 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
2024-09-16 01:50:58 +02:00
..
cheque fix phpstan (#30912) 2024-09-10 14:58:36 +02:00
class Qual: Fix phan issues related to getNextValue() notices (#30747) 2024-08-29 15:01:42 +02:00
card.php Qual: Fix some CommonIncoterm/DocGenerator/People typings (#30940) 2024-09-13 03:09:23 +02:00
document.php NEW - Can add documents on a payment (#29660) 2024-05-21 20:19:57 +02:00
index.php add comment 2022-09-07 20:08:59 +02:00
info.php Better comments (#30200) 2024-06-30 21:02:50 +02:00
list.php Fix Phan 2024-07-13 17:25:48 +02:00
rapport.php Qual: Fix new UndeclaredGlobalVariable notices & enable (#30963) 2024-09-16 01:50:58 +02:00
tovalidate.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00