mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[ticket/12557] Fix doc block in mimetype guesser
PHPBB3-12557
This commit is contained in:
@ -96,7 +96,12 @@ class guesser
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* Guess mimetype of supplied file
|
||||||
|
*
|
||||||
|
* @param string $file Path to file
|
||||||
|
* @param string $file_name The real file name
|
||||||
|
*
|
||||||
|
* @return string Guess for mimetype of file
|
||||||
*/
|
*/
|
||||||
public function guess($file, $file_name = '')
|
public function guess($file, $file_name = '')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user