diff --git a/releases/index.php b/releases/index.php index 897639035b..22ccf1461e 100644 --- a/releases/index.php +++ b/releases/index.php @@ -180,10 +180,13 @@ function recentEOLBranchesHTML(): string { return implode('', array_slice($eol, 0, 2)); } +/** + * @param bool|array $announcement + */ function mk_rel(int $major, string $ver, string $date, - /* bool | array */ $announcement, + $announcement, array $source, array $windows, bool $museum): void {