diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index c947e4e7c53b4..315581d5edced 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -477,13 +477,13 @@ abstract class CommonObject public $fk_multicurrency; /** - * @var string|array Multicurrency code + * @var string|string[] Multicurrency code * Or, just for the Paiement object, an array: invoice ID => currency code for that invoice. */ public $multicurrency_code; /** - * @var float|array Multicurrency rate ("tx" = "taux" in French) + * @var float|float[] Multicurrency rate ("tx" = "taux" in French) * Or, just for the Paiement object, an array: invoice ID => currency rate for that invoice. */ public $multicurrency_tx;