1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

[ticket/12557] Fix doc block in mimetype guesser

PHPBB3-12557
This commit is contained in:
n-aleha 2014-06-15 16:07:08 +03:00
parent 6d7689f581
commit 2cc20fb977

View File

@ -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 = '')
{ {