1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 00:25:19 +02:00

[ticket/11148] Add missing parts to docblock of get_mimetype() method

PHPBB3-11148
This commit is contained in:
Marc Alexander 2014-01-30 23:14:48 +01:00
parent de404002c7
commit ea5bc9c833

View File

@ -224,6 +224,8 @@ class filespec
/** /**
* Get mimetype * Get mimetype
* *
* @param string $filename Filename that needs to be checked
* @return string Mimetype of supplied filename
*/ */
function get_mimetype($filename) function get_mimetype($filename)
{ {