mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
FIX the variable type by adding null to the variable document
This commit is contained in:
@@ -90,7 +90,7 @@ class MultiCurrency extends CommonObject
|
||||
public $fk_user;
|
||||
|
||||
/**
|
||||
* @var CurrencyRate The currency rate
|
||||
* @var CurrencyRate|null The currency rate
|
||||
*/
|
||||
public $rate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user