File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ class SemVersionConditionEvaluator
33
33
* @param string $userVersion
34
34
* @param object $logger
35
35
*
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,
39
39
* null if the condition value or user attribute value has an invalid type, or
40
40
* if there is a mismatch between the user attribute type and the condition
41
41
* value type.
You can’t perform that action at this time.
0 commit comments