aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
commitec4343c7447911c7e822a03c0f57fc2bb1c4ab3d (patch)
treeca50b41e53de1e948cb2ee9859a4b69b530305ba /phpBB/includes/functions_download.php
parent3a702084e4249830a87dc0914127e00c1bb1b1dd (diff)
downloadforums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.gz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.bz2
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.xz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.zip
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
Diffstat (limited to 'phpBB/includes/functions_download.php')
-rw-r--r--phpBB/includes/functions_download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_download.php b/phpBB/includes/functions_download.php
index b6371dbecc..fc6f1cc762 100644
--- a/phpBB/includes/functions_download.php
+++ b/phpBB/includes/functions_download.php
@@ -433,7 +433,7 @@ function set_modified_headers($stamp, $browser)
*
* @param bool $exit Whether to die or not.
*
-* @return void
+* @return null
*/
function file_gc($exit = true)
{