mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix a lot of phpstan things
This commit is contained in:
@@ -85,7 +85,7 @@ class PiggyBankEventTransformer extends AbstractTransformer
|
||||
'currency_id' => (string)$currency->id,
|
||||
'currency_code' => $currency->code,
|
||||
'currency_symbol' => $currency->symbol,
|
||||
'currency_decimal_places' => (int)$currency->decimal_places,
|
||||
'currency_decimal_places' => $currency->decimal_places,
|
||||
'transaction_journal_id' => null !== $journalId ? (string)$journalId : null,
|
||||
'transaction_group_id' => null !== $groupId ? (string)$groupId : null,
|
||||
'links' => [
|
||||
|
||||
Reference in New Issue
Block a user