Skip to content

Commit c13dc55

Browse files
committed
Fix docs
1 parent d554e7e commit c13dc55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/Sortable.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)