Skip to content

Commit 4c04a04

Browse files
committed
Fixed #1892: Rename 'confusing' option to something more descriptive
1 parent b991124 commit 4c04a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function option(string $value, string $desc, $attributes = []): string
9595
'8.4' => 'version 8.4',
9696
'8.3' => 'version 8.3',
9797
'8.2' => 'version 8.2',
98-
'default' => 'OS default version',
98+
'default' => 'default PHP version for OS',
9999
];
100100

101101

0 commit comments

Comments
 (0)