mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code cleanup and realign.
This commit is contained in:
@@ -55,7 +55,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
|
||||
/** @var Carbon The current date */
|
||||
private $date;
|
||||
/** @var JournalRepositoryInterface Journal repository */
|
||||
/** @var JournalRepositoryInterface Journal repository */
|
||||
private $journalRepository;
|
||||
/** @var RecurringRepositoryInterface Recurring transactions repository. */
|
||||
private $repository;
|
||||
@@ -155,6 +155,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
function (Rule $rule) use ($journal) {
|
||||
Log::debug(sprintf('Going to apply rule #%d to journal %d.', $rule->id, $journal->id));
|
||||
$processor = Processor::make($rule);
|
||||
/** @noinspection ExceptionsAnnotatingAndHandlingInspection */
|
||||
$processor->handleTransactionJournal($journal);
|
||||
if ($rule->stop_processing) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user