dolibarr/htdocs/multicurrency
thibdrev ad82fd9b11
qual: phpstan for htdocs/multicurrency/class/multicurrency.class.php (#28217)
htdocs/multicurrency/class/multicurrency.class.php	64	PHPDoc type mixed of property MultiCurrency::$id is not covariant with PHPDoc type int of overridden property CommonObject::$id.
htdocs/multicurrency/class/multicurrency.class.php	74	PHPDoc type mixed of property MultiCurrency::$name is not covariant with PHPDoc type string of overridden property CommonObject::$name.
htdocs/multicurrency/class/multicurrency.class.php	415	Property CurrencyRate::$rate (float) does not accept string.
htdocs/multicurrency/class/multicurrency.class.php	582	Method MultiCurrency::getAmountConversionFromInvoiceRate() should return bool|float but returns string.
htdocs/multicurrency/class/multicurrency.class.php	584	Method MultiCurrency::getAmountConversionFromInvoiceRate() should return bool|float but returns string.
htdocs/multicurrency/class/multicurrency.class.php	802	Property CurrencyRate::$rate (float) does not accept string.
htdocs/multicurrency/class/multicurrency.class.php	913	Property CurrencyRate::$rate (float) does not accept string.
2024-02-18 16:30:27 +01:00
..
class qual: phpstan for htdocs/multicurrency/class/multicurrency.class.php (#28217) 2024-02-18 16:30:27 +01:00
multicurrency_rate.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00