diff --git a/app/Console/Commands/UpgradeDatabase.php b/app/Console/Commands/UpgradeDatabase.php index e525531d2f..5b0ed46a5f 100644 --- a/app/Console/Commands/UpgradeDatabase.php +++ b/app/Console/Commands/UpgradeDatabase.php @@ -118,4 +118,4 @@ class UpgradeDatabase extends Command } } } -} \ No newline at end of file +} diff --git a/app/Export/Collector/JournalCollector.php b/app/Export/Collector/JournalCollector.php index f24dad59be..7ea5e7ae5f 100644 --- a/app/Export/Collector/JournalCollector.php +++ b/app/Export/Collector/JournalCollector.php @@ -57,10 +57,14 @@ class JournalCollector extends BasicCollector implements CollectorInterface * possible category ids journals * possible budget ids for transactions * possible category ids for transactions + * + * possible IBAN and account numbers? + * */ $journals = $this->extractJournalIds(); $transactions = $this->extractTransactionIds(); + // extend work set with category data from journals: $this->categoryDataForJournals($journals); @@ -341,4 +345,4 @@ class JournalCollector extends BasicCollector implements CollectorInterface ] ); } -} \ No newline at end of file +} diff --git a/app/Handlers/Events/BudgetEventHandler.php b/app/Handlers/Events/BudgetEventHandler.php index ab0ab5b658..86491613f3 100644 --- a/app/Handlers/Events/BudgetEventHandler.php +++ b/app/Handlers/Events/BudgetEventHandler.php @@ -107,4 +107,4 @@ class BudgetEventHandler return true; } -} \ No newline at end of file +} diff --git a/app/Handlers/Events/StoredJournalEventHandler.php b/app/Handlers/Events/StoredJournalEventHandler.php index bb1010b6a6..113c542869 100644 --- a/app/Handlers/Events/StoredJournalEventHandler.php +++ b/app/Handlers/Events/StoredJournalEventHandler.php @@ -121,4 +121,4 @@ class StoredJournalEventHandler return true; } -} \ No newline at end of file +} diff --git a/app/Handlers/Events/UpdatedJournalEventHandler.php b/app/Handlers/Events/UpdatedJournalEventHandler.php index 9626120ae1..8dbd8ae5f3 100644 --- a/app/Handlers/Events/UpdatedJournalEventHandler.php +++ b/app/Handlers/Events/UpdatedJournalEventHandler.php @@ -125,4 +125,4 @@ class UpdatedJournalEventHandler return true; } -} \ No newline at end of file +} diff --git a/app/Handlers/Events/UserEventHandler.php b/app/Handlers/Events/UserEventHandler.php index 90c18417d4..4d9651158f 100644 --- a/app/Handlers/Events/UserEventHandler.php +++ b/app/Handlers/Events/UserEventHandler.php @@ -222,4 +222,4 @@ class UserEventHandler } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Report/AccountController.php b/app/Http/Controllers/Report/AccountController.php index e2d6f01b31..3ea9eaab43 100644 --- a/app/Http/Controllers/Report/AccountController.php +++ b/app/Http/Controllers/Report/AccountController.php @@ -41,4 +41,4 @@ class AccountController extends Controller return view('reports.partials.accounts', compact('accountReport')); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Transaction/SingleController.php b/app/Http/Controllers/Transaction/SingleController.php index c46d50167b..f6e9a4d22c 100644 --- a/app/Http/Controllers/Transaction/SingleController.php +++ b/app/Http/Controllers/Transaction/SingleController.php @@ -328,4 +328,4 @@ class SingleController extends Controller } -} \ No newline at end of file +} diff --git a/app/Import/Specifics/PresidentsChoice.php b/app/Import/Specifics/PresidentsChoice.php index 4e5079a949..c359edacf8 100644 --- a/app/Import/Specifics/PresidentsChoice.php +++ b/app/Import/Specifics/PresidentsChoice.php @@ -58,4 +58,4 @@ class PresidentsChoice implements SpecificInterface } -} \ No newline at end of file +} diff --git a/app/Models/Note.php b/app/Models/Note.php index 0b73cdf6ee..c811fcc7cd 100644 --- a/app/Models/Note.php +++ b/app/Models/Note.php @@ -64,4 +64,4 @@ class Note extends Model return $this->morphTo(); } -} \ No newline at end of file +} diff --git a/app/Repositories/Account/AccountTasker.php b/app/Repositories/Account/AccountTasker.php index 84d1c0b000..913f0f5c9b 100644 --- a/app/Repositories/Account/AccountTasker.php +++ b/app/Repositories/Account/AccountTasker.php @@ -429,4 +429,4 @@ class AccountTasker implements AccountTaskerInterface return $collection; } -} \ No newline at end of file +} diff --git a/app/Repositories/Account/AccountTaskerInterface.php b/app/Repositories/Account/AccountTaskerInterface.php index 61d3ebdbcc..dcb8c10416 100644 --- a/app/Repositories/Account/AccountTaskerInterface.php +++ b/app/Repositories/Account/AccountTaskerInterface.php @@ -96,4 +96,4 @@ interface AccountTaskerInterface */ public function incomeReport(Collection $accounts, Collection $excluded, Carbon $start, Carbon $end): Collection; -} \ No newline at end of file +} diff --git a/app/Repositories/Journal/JournalTasker.php b/app/Repositories/Journal/JournalTasker.php index 7d9add0dc8..a51f356a28 100644 --- a/app/Repositories/Journal/JournalTasker.php +++ b/app/Repositories/Journal/JournalTasker.php @@ -290,4 +290,4 @@ class JournalTasker implements JournalTaskerInterface return strval($sum); } -} \ No newline at end of file +} diff --git a/app/Repositories/Journal/JournalTaskerInterface.php b/app/Repositories/Journal/JournalTaskerInterface.php index feada074f5..89ae1c8289 100644 --- a/app/Repositories/Journal/JournalTaskerInterface.php +++ b/app/Repositories/Journal/JournalTaskerInterface.php @@ -64,4 +64,4 @@ interface JournalTaskerInterface * @return array */ public function getTransactionsOverview(TransactionJournal $journal): array; -} \ No newline at end of file +} diff --git a/app/Support/Twig/Transaction.php b/app/Support/Twig/Transaction.php index 9230f89cc9..ceb5e7695b 100644 --- a/app/Support/Twig/Transaction.php +++ b/app/Support/Twig/Transaction.php @@ -363,4 +363,4 @@ class Transaction extends Twig_Extension return ''; } -} \ No newline at end of file +}