From ea5bc9c8339327afb1519f8c3986c257880c54dc Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 30 Jan 2014 23:14:48 +0100 Subject: [PATCH] [ticket/11148] Add missing parts to docblock of get_mimetype() method PHPBB3-11148 --- phpBB/includes/functions_upload.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index c3381aa68b..6ca430d9ac 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -224,6 +224,8 @@ class filespec /** * Get mimetype * + * @param string $filename Filename that needs to be checked + * @return string Mimetype of supplied filename */ function get_mimetype($filename) {