Upgrade phan config to 0.7.1
[lhc/web/wiklou.git] / includes / libs / http / MultiHttpClient.php
index 17352f0..2e3aa70 100644 (file)
@@ -402,7 +402,6 @@ class MultiHttpClient implements LoggerAwareInterface {
                                $name = strtolower( $name );
                                $value = trim( $value );
                                if ( isset( $req['response']['headers'][$name] ) ) {
-                                       // @phan-suppress-next-line PhanTypeInvalidDimOffset
                                        $req['response']['headers'][$name] .= ', ' . $value;
                                } else {
                                        $req['response']['headers'][$name] = $value;