Qual: Fix phan notices

This commit is contained in:
MDW
2025-01-05 18:12:36 +01:00
parent 44944ac15a
commit 7aa845efd0
23 changed files with 372 additions and 153 deletions

View File

@@ -85,14 +85,14 @@ abstract class ModelePDFCommandes extends CommonDocGenerator
/**
* Local tax rates Array[tax_type][tax_rate]
*
* @var array<string,array<int,float>>
* @var array<int,array<string,float>>
*/
public $localtax1;
/**
* Local tax rates Array[tax_type][tax_rate]
*
* @var array<string,array<int,float>>
* @var array<int,array<string,float>>
*/
public $localtax2;