File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public static function satisfies($version, $constraints)
4848 * @param string[] $versions
4949 * @param string $constraints
5050 *
51- * @return string[]
51+ * @return list< string>
5252 */
5353 public static function satisfiedBy (array $ versions , $ constraints )
5454 {
@@ -64,7 +64,7 @@ public static function satisfiedBy(array $versions, $constraints)
6464 *
6565 * @param string[] $versions
6666 *
67- * @return string[]
67+ * @return list< string>
6868 */
6969 public static function sort (array $ versions )
7070 {
@@ -76,7 +76,7 @@ public static function sort(array $versions)
7676 *
7777 * @param string[] $versions
7878 *
79- * @return string[]
79+ * @return list< string>
8080 */
8181 public static function rsort (array $ versions )
8282 {
@@ -87,7 +87,7 @@ public static function rsort(array $versions)
8787 * @param string[] $versions
8888 * @param int $direction
8989 *
90- * @return string[]
90+ * @return list< string>
9191 */
9292 private static function usort (array $ versions , $ direction )
9393 {
You can’t perform that action at this time.
0 commit comments