mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/11148] Add missing parts to docblock of get_mimetype() method
PHPBB3-11148
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user