🤖 Auto commit for release 'develop' on 2026-03-01

This commit is contained in:
JC5
2026-03-01 08:08:15 +01:00
parent 6bae8ab70a
commit bb51baaa38
15 changed files with 133 additions and 132 deletions

View File

@@ -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;
/**