1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

[ticket/17385] Change default value in docblock

PHPBB-17385
This commit is contained in:
Marc Alexander 2024-09-28 16:01:02 +01:00
parent 5a09105c3c
commit 9ace4dc585
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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