1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

[ticket/12522] Add function parameter description in guesser interface

Add parameter description for $file_name of the function guess in
guesser_interface

PHPBB3-12522
This commit is contained in:
n-aleha 2014-05-11 02:27:14 +03:00
parent d340d2fe25
commit ca1ed19e45

View File

@ -26,6 +26,7 @@ interface guesser_interface
* 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
*/