mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
Code clean up.
This commit is contained in:
@@ -90,7 +90,10 @@ final class CategoryIs extends AbstractTrigger implements TriggerInterface
|
||||
Log::debug(
|
||||
sprintf(
|
||||
'RuleTrigger CategoryIs for journal #%d (transaction #%d): "%s" is "%s", return true.',
|
||||
$journal->id, $transaction->id, $name, $this->triggerValue
|
||||
$journal->id,
|
||||
$transaction->id,
|
||||
$name,
|
||||
$this->triggerValue
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user