Skip to content

Commit 7ac685a

Browse files
committed
suggested fix made.
1 parent fac2ec2 commit 7ac685a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Optimizely/Utils/SemVersionConditionEvaluator.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class SemVersionConditionEvaluator
3333
* @param string $userVersion
3434
* @param object $logger
3535
*
36-
* @return null|int 0 if user's semver attribute is equal to the semver condition value,
37-
* 1 if user's semver attribute is greater than the semver condition value,
38-
* -1 if user's semver attribute is less than the semver condition value,
36+
* @return null|int 0 if user's version attribute is equal to the semver condition value,
37+
* 1 if user's version attribute is greater than the semver condition value,
38+
* -1 if user's version attribute is less than the semver condition value,
3939
* null if the condition value or user attribute value has an invalid type, or
4040
* if there is a mismatch between the user attribute type and the condition
4141
* value type.

0 commit comments

Comments
 (0)