mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Various code cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ final class Processor
|
||||
public $rule;
|
||||
/** @var Collection */
|
||||
public $triggers;
|
||||
/** @var int */
|
||||
/** @var int */
|
||||
protected $foundTriggers = 0;
|
||||
|
||||
/**
|
||||
|
@@ -51,7 +51,7 @@ final class NotesAny extends AbstractTrigger implements TriggerInterface
|
||||
*/
|
||||
public function triggered(TransactionJournal $journal): bool
|
||||
{
|
||||
$notes = $journal->getMeta('notes') ?? '';
|
||||
$notes = $journal->getMeta('notes') ?? '';
|
||||
|
||||
if (strlen($notes) > 0) {
|
||||
|
||||
|
Reference in New Issue
Block a user