mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Update code to use php 8.4 code, using Nestor.
This commit is contained in:
@@ -41,7 +41,7 @@ class TransactionFactory
|
||||
private Account $account;
|
||||
private array $accountInformation;
|
||||
private TransactionCurrency $currency;
|
||||
private ?TransactionCurrency $foreignCurrency;
|
||||
private ?TransactionCurrency $foreignCurrency = null;
|
||||
private TransactionJournal $journal;
|
||||
private bool $reconciled;
|
||||
|
||||
|
@@ -35,7 +35,7 @@ use FireflyIII\User;
|
||||
*/
|
||||
class TransactionGroupFactory
|
||||
{
|
||||
private TransactionJournalFactory $journalFactory;
|
||||
private readonly TransactionJournalFactory $journalFactory;
|
||||
private User $user;
|
||||
private UserGroup $userGroup;
|
||||
|
||||
|
Reference in New Issue
Block a user