aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-11 02:27:14 +0300
committern-aleha <nick_aleha@myway.com>2014-05-11 02:27:14 +0300
commitca1ed19e455a199a9c241ff94afb2fa092fa2ae5 (patch)
tree306448c749fb80e88723e9ac4072cbc9cee8574a /phpBB/phpbb
parentd340d2fe253e2628a52a669353bf5e74c5c859a1 (diff)
downloadforums-ca1ed19e455a199a9c241ff94afb2fa092fa2ae5.tar
forums-ca1ed19e455a199a9c241ff94afb2fa092fa2ae5.tar.gz
forums-ca1ed19e455a199a9c241ff94afb2fa092fa2ae5.tar.bz2
forums-ca1ed19e455a199a9c241ff94afb2fa092fa2ae5.tar.xz
forums-ca1ed19e455a199a9c241ff94afb2fa092fa2ae5.zip
[ticket/12522] Add function parameter description in guesser interface
Add parameter description for $file_name of the function guess in guesser_interface PHPBB3-12522
Diffstat (limited to 'phpBB/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
*/