Skip to content

Commit 0ee0117

Browse files
authored
Fix: Replace weird comment with DocBlock
Closes GH-649.
1 parent b3c9551 commit 0ee0117

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

releases/index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,13 @@ function recentEOLBranchesHTML(): string {
178178
return implode('', array_slice($eol, 0, 2));
179179
}
180180

181+
/**
182+
* @param bool|array $announcement
183+
*/
181184
function mk_rel(int $major,
182185
string $ver,
183186
string $date,
184-
/* bool | array */ $announcement,
187+
$announcement,
185188
array $source,
186189
array $windows,
187190
bool $museum): void {

0 commit comments

Comments
 (0)