aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/plupload/plupload.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 14:51:00 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:15:04 +0200
commite6b422517b17d0f3eb9ccf231ae0e4f5459efdf9 (patch)
treec7efda7ddcf8da69e06deedd3124f3e2d1f4326e /phpBB/phpbb/plupload/plupload.php
parent5ab6998e0e05e35ab253918a6b95920ef27023a3 (diff)
downloadforums-e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9.tar
forums-e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9.tar.gz
forums-e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9.tar.bz2
forums-e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9.tar.xz
forums-e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9.zip
[ticket/12715] Cleanup comments in \phpbb\plupload\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/plupload/plupload.php')
-rw-r--r--phpBB/phpbb/plupload/plupload.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/plupload/plupload.php b/phpBB/phpbb/plupload/plupload.php
index 99278d40df..c610d49a63 100644
--- a/phpBB/phpbb/plupload/plupload.php
+++ b/phpBB/phpbb/plupload/plupload.php
@@ -69,8 +69,6 @@ class plupload
* @param \phpbb\user $user
* @param \phpbb\php\ini $php_ini
* @param \phpbb\mimetype\guesser $mimetype_guesser
- *
- * @return null
*/
public function __construct($phpbb_root_path, \phpbb\config\config $config, \phpbb\request\request_interface $request, \phpbb\user $user, \phpbb\php\ini $php_ini, \phpbb\mimetype\guesser $mimetype_guesser)
{