fix phpstan

This commit is contained in:
Frédéric FRANCE 2024-12-11 18:16:28 +01:00
parent 3bb34cbf24
commit a97ffa8553
No known key found for this signature in database
GPG Key ID: C06E4A9656127239

View File

@ -651,9 +651,25 @@ class Product extends CommonObject
* @var array{}|array{nb_toproduce:int,nb_toconsume:int,qty_toproduce:float,qty_toconsume:float}
*/
public $stats_bom = array();
/**
* @var array{}
*/
public $stats_mrptoconsume = array();
/**
* @var array{}
*/
public $stats_mrptoproduce = array();
/**
* @var array{}
*/
public $stats_facturerec = array();
/**
* @var array{}
*/
public $stats_facture_fournisseur = array();
/**