You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Optimizely/Enums/CommonAudienceEvaluationLogs.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,9 @@
17
17
18
18
namespaceOptimizely\Enums;
19
19
20
-
classAudienceEvaluationLogs
20
+
classCommonAudienceEvaluationLogs
21
21
{
22
22
constAUDIENCE_EVALUATION_RESULT = "Audience \"%s\" evaluated to %s.";
23
-
constAUDIENCE_EVALUATION_RESULT_COMBINED = "Audiences for %s collectively evaluated to %s.";
24
-
constEVALUATING_AUDIENCES_COMBINED = "Evaluating audiences for %s: %s.";
25
23
constEVALUATING_AUDIENCE = "Starting to evaluate audience \"%s\" with conditions: %s.";
26
24
constINFINITE_ATTRIBUTE_VALUE = "Audience condition %s evaluated to UNKNOWN because the number value for user attribute \"%s\" is not in the range [-2^53, +2^53].";
27
25
constMISSING_ATTRIBUTE_VALUE = "Audience condition %s evaluated to UNKNOWN because no value was passed for user attribute \"%s\".";
0 commit comments