Skip to content

ISSUE #3110833: Negetad is handled by ConditionManager.

So we can safley remove this check.

if ($condition instanceof ConditionInterface) { $result = $condition->evaluate(); return $condition->isNegated() ? !$result : $result; }

Merge request reports