mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Code formatting.
This commit is contained in:
@@ -28,15 +28,16 @@ interface TriggerInterface
|
||||
*/
|
||||
public function __construct(RuleTrigger $trigger, TransactionJournal $journal);
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function triggered();
|
||||
|
||||
/**
|
||||
* Checks whether this trigger will match all transactions
|
||||
* For example: amount > 0 or description starts with ''
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function matchesAnything();
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function triggered();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user