Wrong type-hint, fixes #11731

This commit is contained in:
Roland Häder 2022-07-13 20:47:47 +02:00 committed by Michael
parent 49c1dce20a
commit 8166576b3a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function js_upload_post_file(App $a, array &$b)
}
function js_upload_post_end(App $a, array &$b)
function js_upload_post_end(App $a, int &$b)
{
global $js_upload_jsonresponse;