mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
🤖 Auto commit for release 'develop' on 2026-03-01
This commit is contained in:
@@ -37,9 +37,6 @@ interface RuleEngineInterface
|
||||
*/
|
||||
public function addOperator(array $operator): void;
|
||||
|
||||
public function removeOperator(string $type): void;
|
||||
|
||||
|
||||
/**
|
||||
* Find all transactions only, dont apply anything.
|
||||
*/
|
||||
@@ -55,6 +52,8 @@ interface RuleEngineInterface
|
||||
*/
|
||||
public function getResults(): int;
|
||||
|
||||
public function removeOperator(string $type): void;
|
||||
|
||||
public function setRefreshTriggers(bool $refreshTriggers): void;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user