FIX the variable type by adding null to the variable document

This commit is contained in:
Lamrani Abdel
2024-03-14 16:09:10 +01:00
parent 07fe0f6cd0
commit 0bb1dfca0c

View File

@@ -90,7 +90,7 @@ class MultiCurrency extends CommonObject
public $fk_user;
/**
* @var CurrencyRate The currency rate
* @var CurrencyRate|null The currency rate
*/
public $rate;