build: Bump mediawiki-phan-config to 0.8.0
[lhc/web/wiklou.git] / includes / libs / http / MultiHttpClient.php
index 85959d6..2a080aa 100644 (file)
@@ -414,7 +414,6 @@ class MultiHttpClient implements LoggerAwareInterface {
                                if ( $hasOutputStream ) {
                                        return fwrite( $req['stream'], $data );
                                } else {
-                                       // @phan-suppress-next-line PhanTypeArraySuspiciousNullable
                                        $req['response']['body'] .= $data;
 
                                        return strlen( $data );