mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12557] Fix doc block in mimetype guesser
PHPBB3-12557
This commit is contained in:
parent
6d7689f581
commit
2cc20fb977
1 changed files with 6 additions and 1 deletions
|
@ -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 = '')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue