1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +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
*
* @param string $filename Filename that needs to be checked
* @return string Mimetype of supplied filename
*/
function get_mimetype($filename)
{