mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -59,7 +59,8 @@ class SetBudget implements ActionInterface
|
||||
if (null === $budget) {
|
||||
Log::debug(
|
||||
sprintf(
|
||||
'RuleAction SetBudget could not set budget of journal #%d to "%s" because no such budget exists.', $journal['transaction_journal_id'],
|
||||
'RuleAction SetBudget could not set budget of journal #%d to "%s" because no such budget exists.',
|
||||
$journal['transaction_journal_id'],
|
||||
$search
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user