diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-01-30 23:14:48 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-06-23 21:39:24 +0200 |
commit | ea5bc9c8339327afb1519f8c3986c257880c54dc (patch) | |
tree | b9c85c5e2919b346179e6014a4ac77bf98540ca8 /phpBB/includes/functions_upload.php | |
parent | de404002c75f770cc923262b9c16d899662ae114 (diff) | |
download | forums-ea5bc9c8339327afb1519f8c3986c257880c54dc.tar forums-ea5bc9c8339327afb1519f8c3986c257880c54dc.tar.gz forums-ea5bc9c8339327afb1519f8c3986c257880c54dc.tar.bz2 forums-ea5bc9c8339327afb1519f8c3986c257880c54dc.tar.xz forums-ea5bc9c8339327afb1519f8c3986c257880c54dc.zip |
[ticket/11148] Add missing parts to docblock of get_mimetype() method
PHPBB3-11148
Diffstat (limited to 'phpBB/includes/functions_upload.php')
-rw-r--r-- | phpBB/includes/functions_upload.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |