Very minor improvement on conditions evaluation
This commit is contained in:
@@ -37,6 +37,7 @@ class ConditionEvaluator
|
|||||||
foreach ($conditions as $condition) {
|
foreach ($conditions as $condition) {
|
||||||
if (!$condition->isMatching()) {
|
if (!$condition->isMatching()) {
|
||||||
$isMatching = false;
|
$isMatching = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user