File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments