aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-11 10:10:31 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-11 10:10:31 +0200
commit41476816403be3bd73dd19511f491ea955a1fa62 (patch)
treef62c394659c14b0d9ccea2a4fc135412d307cd97 /phpBB
parent0871e649f6b7a647d2d5ff947ee14df4d2b2da79 (diff)
parentca1ed19e455a199a9c241ff94afb2fa092fa2ae5 (diff)
downloadforums-41476816403be3bd73dd19511f491ea955a1fa62.tar
forums-41476816403be3bd73dd19511f491ea955a1fa62.tar.gz
forums-41476816403be3bd73dd19511f491ea955a1fa62.tar.bz2
forums-41476816403be3bd73dd19511f491ea955a1fa62.tar.xz
forums-41476816403be3bd73dd19511f491ea955a1fa62.zip
Merge pull request #2435 from n-aleha/ticket/12522
[ticket/12522] Add function parameter description in guesser interface * n-aleha/ticket/12522: [ticket/12522] Add function parameter description in guesser interface
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/mimetype/guesser_interface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/mimetype/guesser_interface.php b/phpBB/phpbb/mimetype/guesser_interface.php
index 103689765e..3cbcfeabe3 100644
--- a/phpBB/phpbb/mimetype/guesser_interface.php
+++ b/phpBB/phpbb/mimetype/guesser_interface.php
@@ -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
*/