Wrong type-hint, fixes #11731 #1274

Merged
Quix0r merged 1 commit from fixes/wrong-type-hint-int into develop 2022-07-13 21:08:24 +02:00

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;