aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/mimetype/guesser.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-06-15 16:07:08 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:13:21 +0300
commit2cc20fb97709c6ee67efd41c3dda5939a12e9455 (patch)
tree3e3e9e7c3f687b577d06105df0f2043cbc8a251b /phpBB/phpbb/mimetype/guesser.php
parent6d7689f581da281587a999e82007dda283dd590b (diff)
downloadforums-2cc20fb97709c6ee67efd41c3dda5939a12e9455.tar
forums-2cc20fb97709c6ee67efd41c3dda5939a12e9455.tar.gz
forums-2cc20fb97709c6ee67efd41c3dda5939a12e9455.tar.bz2
forums-2cc20fb97709c6ee67efd41c3dda5939a12e9455.tar.xz
forums-2cc20fb97709c6ee67efd41c3dda5939a12e9455.zip
[ticket/12557] Fix doc block in mimetype guesser
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/mimetype/guesser.php')
-rw-r--r--phpBB/phpbb/mimetype/guesser.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/phpbb/mimetype/guesser.php b/phpBB/phpbb/mimetype/guesser.php
index 1808867cce..773a1f822a 100644
--- a/phpBB/phpbb/mimetype/guesser.php
+++ b/phpBB/phpbb/mimetype/guesser.php
@@ -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 = '')
{