mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
PHPstan fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ class CurrencyUpdateService
|
||||
$currency->enabled = false;
|
||||
|
||||
if (array_key_exists('decimal_places', $data) && is_int($data['decimal_places'])) {
|
||||
$currency->decimal_places = (int)$data['decimal_places'];
|
||||
$currency->decimal_places = $data['decimal_places'];
|
||||
}
|
||||
$currency->userEnabled = null;
|
||||
$currency->userDefault = null;
|
||||
|
||||
Reference in New Issue
Block a user