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:
parent
de404002c7
commit
ea5bc9c833
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user