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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?php
2
2
/**
3
-
* Copyright 2019, Optimizely
3
+
* Copyright 2019-2020, Optimizely
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
@@ -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 experiment \"%s\" collectively evaluated to %s.";
24
-
constEVALUATING_AUDIENCES_COMBINED = "Evaluating audiences for experiment \"%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