mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Fix #4007
This commit is contained in:
@@ -55,6 +55,7 @@ interface RuleEngineInterface
|
||||
* @param User $user
|
||||
*/
|
||||
public function setUser(User $user): void;
|
||||
|
||||
/**
|
||||
* Add rules for the engine to execute.
|
||||
*
|
||||
@@ -86,4 +87,11 @@ interface RuleEngineInterface
|
||||
*/
|
||||
public function find(): Collection;
|
||||
|
||||
/**
|
||||
* Return the number of changed transactions from the previous "fire" action.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getResults(): int;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user