From c1afcc5219ad2788311c16f6805675c50f438652 Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Mon, 12 May 2025 09:20:38 +0200 Subject: [PATCH] add code improvement --- app/Factory/TransactionJournalFactory.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Factory/TransactionJournalFactory.php b/app/Factory/TransactionJournalFactory.php index f89c86b3aa..6e6192ecfa 100644 --- a/app/Factory/TransactionJournalFactory.php +++ b/app/Factory/TransactionJournalFactory.php @@ -474,7 +474,9 @@ class TransactionJournalFactory /** * @throws FireflyException */ - private function getCurrency(?TransactionCurrency $currency, Account $account): TransactionCurrency + + + private function getCurrency(?TransactionCurrency $currency, Account $account): TransactionCurrency { Log::debug(sprintf('Now in getCurrency(#%d, "%s")', $currency?->id, $account->name));