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 @@ -24,9 +24,9 @@ public static function sort(array $versions): array
2424 }
2525
2626 /**
27- * Sorts an array of version strings in reverse order.
27+ * Sorts an array of versions in reverse order.
2828 *
29- * @param Version[] $versions The version strings to sort.
29+ * @param Version[] $versions The versions to sort.
3030 * @return Version[] The sorted array of versions.
3131 */
3232 public static function rsort (array $ versions ): array
@@ -63,7 +63,7 @@ public static function sortString(array $versions): array
6363 }
6464
6565 /**
66- * Sorts an array of versions in reverse order.
66+ * Sorts an array of version strings in reverse order.
6767 *
6868 * @param string[] $versions The version strings to sort.
6969 * @return string[] The sorted array of version strings.
You can’t perform that action at this time.
0 commit comments