mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 11:31:06 +00:00
Various code cleanup.
This commit is contained in:
@@ -73,6 +73,7 @@ class AbstractTrigger
|
||||
|
||||
/**
|
||||
* Make a new trigger from the rule trigger in the parameter
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param RuleTrigger $trigger
|
||||
|
||||
@@ -64,6 +64,7 @@ final class DescriptionContains extends AbstractTrigger implements TriggerInterf
|
||||
|
||||
/**
|
||||
* Returns true when description contains X
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
* @return bool
|
||||
|
||||
@@ -54,6 +54,7 @@ final class HasNoBudget extends AbstractTrigger implements TriggerInterface
|
||||
|
||||
/**
|
||||
* Returns true when journal has no budget
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
* @return bool
|
||||
|
||||
@@ -65,6 +65,7 @@ final class NotesEnd extends AbstractTrigger implements TriggerInterface
|
||||
|
||||
/**
|
||||
* Returns true when notes end with X
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
* @return bool
|
||||
|
||||
@@ -64,6 +64,7 @@ final class ToAccountIs extends AbstractTrigger implements TriggerInterface
|
||||
|
||||
/**
|
||||
* Returns true when to-account is X.
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
* @return bool
|
||||
|
||||
Reference in New Issue
Block a user