Merge pull request #1274 from Quix0r/fixes/wrong-type-hint-int

Wrong type-hint, fixes #11731
pull/1275/head
Hypolite Petovan 2022-07-13 15:08:24 -04:00 committed by GitHub
commit a6db7dfa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;