mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
[ticket/12557] Fix doc block in mimetype guesser
PHPBB3-12557
This commit is contained in:
parent
6d7689f581
commit
2cc20fb977
@ -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 = '')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user