mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Code cleanup
This commit is contained in:
@@ -68,7 +68,7 @@ final class NotesAny extends AbstractTrigger implements TriggerInterface
|
||||
$text = $note->text;
|
||||
}
|
||||
|
||||
if (strlen($text) > 0) {
|
||||
if (\strlen($text) > 0) {
|
||||
Log::debug(sprintf('RuleTrigger NotesEmpty for journal #%d: strlen > 0, return true.', $journal->id));
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user