From 9ace4dc5853681a808affb95d8dc31a34375d33b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 28 Sep 2024 16:01:02 +0100 Subject: [PATCH] [ticket/17385] Change default value in docblock PHPBB-17385 --- phpBB/phpbb/file_downloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/file_downloader.php b/phpBB/phpbb/file_downloader.php index e10bef1e03..14607ece0c 100644 --- a/phpBB/phpbb/file_downloader.php +++ b/phpBB/phpbb/file_downloader.php @@ -60,7 +60,7 @@ class file_downloader * @param string $host File host * @param string $directory Directory file is in * @param string $filename Filename of file to retrieve - * @param int $port Port to connect to; default: 80 + * @param int $port Port to connect to; default: 443 * @param int $timeout Connection timeout in seconds; default: 6 * * @return false|string File data as string if file can be read and there is no