Various code cleanup.

This commit is contained in:
James Cole
2020-07-31 12:45:02 +02:00
parent 4b96558433
commit b302775c37
23 changed files with 23 additions and 13 deletions

View File

@@ -76,6 +76,7 @@ class TransactionJournalFactory
/** @var User The user */
private $user;
/**
* Constructor.
*
@@ -101,7 +102,7 @@ class TransactionJournalFactory
'import_hash', 'import_hash_v2', 'external_id', 'original_source',
// recurring transactions
'recurrence_total', 'recurrence_count'
'recurrence_total', 'recurrence_count',
];