mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
PHPstan fixes.
This commit is contained in:
@@ -536,12 +536,12 @@ class JournalUpdateService
|
||||
$this->transactionJournal->user,
|
||||
$this->transactionJournal,
|
||||
sprintf('update_%s', $fieldName),
|
||||
$this->transactionJournal->$fieldName,
|
||||
$this->transactionJournal->$fieldName, // @phpstan-ignore-line
|
||||
$value
|
||||
)
|
||||
);
|
||||
|
||||
$this->transactionJournal->$fieldName = $value;
|
||||
$this->transactionJournal->$fieldName = $value;// @phpstan-ignore-line
|
||||
app('log')->debug(sprintf('Updated %s', $fieldName));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user