aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/plupload/plupload.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-27 14:58:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-27 14:58:42 +0100
commit7cf148ea131c73cc0c08a77e6811a6755658869e (patch)
tree96f074da33ea2d1ebdd402284d63186a337a8b4b /phpBB/phpbb/plupload/plupload.php
parent41f287fbeadcf8c8fa53568ee123d9d1fa05829f (diff)
downloadforums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.gz
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.bz2
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.xz
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.zip
[ticket/16271] Fix invalid docblocks
PHPBB3-16271
Diffstat (limited to 'phpBB/phpbb/plupload/plupload.php')
-rw-r--r--phpBB/phpbb/plupload/plupload.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/plupload/plupload.php b/phpBB/phpbb/plupload/plupload.php
index 5a5b8a1874..80d7e914db 100644
--- a/phpBB/phpbb/plupload/plupload.php
+++ b/phpBB/phpbb/plupload/plupload.php
@@ -325,6 +325,8 @@ class plupload
* by PHP and actually exists, if not, it generates an error
*
* @param string $form_name The name of the file in the form data
+ * @param int $chunk Chunk number
+ * @param string $file_path File path
*
* @return null
*/