@@ -88,7 +88,7 @@ |
||
| 88 | 88 | } else { |
| 89 | 89 | $this->copyHeader($from, $to, 'Content-Transfer-Encoding'); |
| 90 | 90 | } |
| 91 | - $rem = array_diff(static::$contentHeaders, [ 'Content-Type', 'Content-Transfer-Encoding']); |
|
| 91 | + $rem = array_diff(static::$contentHeaders, ['Content-Type', 'Content-Transfer-Encoding']); |
|
| 92 | 92 | foreach ($rem as $header) { |
| 93 | 93 | $this->copyHeader($from, $to, $header); |
| 94 | 94 | } |