mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code cleanup before release.
This commit is contained in:
@@ -72,7 +72,7 @@ final class NotesContain extends AbstractTrigger implements TriggerInterface
|
||||
*/
|
||||
public function triggered(TransactionJournal $journal): bool
|
||||
{
|
||||
$search = trim(strtolower($this->triggerValue));
|
||||
$search = strtolower(trim($this->triggerValue));
|
||||
|
||||
if (0 === strlen($search)) {
|
||||
Log::debug(sprintf('RuleTrigger NotesContain for journal #%d: "%s" is empty, return false.', $journal->id, $search));
|
||||
|
Reference in New Issue
Block a user