1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/16271] Fix invalid docblocks

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-27 14:58:42 +01:00
parent 41f287fbea
commit 7cf148ea13
11 changed files with 18 additions and 8 deletions

View File

@@ -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
*/