X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiContinuationManager.php;h=e4c52dd3812bef66b58c663d80ee9e2972166340;hb=a5c7fd0db2d962834127ec2362d0dfe8ef6852d5;hp=7da8ed9a5b196de6ee1fdb5c4439dacb1e8c1b04;hpb=02abae3248b9273be6b312aeb9f1cae81a3ac6c0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiContinuationManager.php b/includes/api/ApiContinuationManager.php index 7da8ed9a5b..e4c52dd381 100644 --- a/includes/api/ApiContinuationManager.php +++ b/includes/api/ApiContinuationManager.php @@ -217,6 +217,8 @@ class ApiContinuationManager { // Some modules are unfinished: include those params, and copy // the generator params. foreach ( $continuationData as $module => $kvp ) { + // XXX: Not sure why phan is complaining here... + // @phan-suppress-next-line PhanTypeInvalidLeftOperand $data += $kvp; } $generatorParams = [];