mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -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