dolibarr/htdocs/fourn/class
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
..
api_supplier_invoices.class.php fix ignored phpstan (most of expects string, int given) (#30649) 2024-09-05 16:05:37 +02:00
api_supplier_orders.class.php NEW : Add pagination data to some api routes (#29895) 2024-07-06 15:04:11 +02:00
fournisseur.class.php Fix default value 2024-04-17 10:42:12 +02:00
fournisseur.commande.class.php Qual: Fix new UndeclaredGlobalVariable notices & enable (#30963) 2024-09-16 01:50:58 +02:00
fournisseur.commande.dispatch.class.php Debug v20 2024-04-29 11:04:19 +02:00
fournisseur.commande.ligne.class.php Qual isolate commande fournisseur line class to separate file (#30898) 2024-09-10 03:30:57 +02:00
fournisseur.facture-rec.class.php Qual: Fix $fields related notices with Phan (#30704) 2024-08-21 13:23:35 +02:00
fournisseur.facture.class.php FIX #30950 Bad ref in supplier invoice created by Rest API from an invoice template (#30951) 2024-09-13 17:42:09 +02:00
fournisseur.product.class.php Qual: Fix PhanTypeInvalidLeftOperandOfNumericOp (#30557) 2024-08-15 16:57:02 +02:00
paiementfourn.class.php Qual: Fix getNextValue related phan notices (part2) (#30752) 2024-08-29 13:34:24 +02:00