Rule engine and search engine now use the same operators; making them interchangeable.

This commit is contained in:
James Cole
2020-08-21 08:23:44 +02:00
parent 3081911eae
commit d69934ca8f
11 changed files with 141 additions and 165 deletions

View File

@@ -37,7 +37,7 @@ use Log;
class TriggerFactory
{
/** @var array array with trigger types */
protected static $triggerTypes = [];
protected static array $triggerTypes = [];
/**
* Returns the trigger for the given type and journal. This method returns the actual implementation