Passed
Push — master ( a9de2d...940ef6 )
by Zaahid
03:09
created
src/Message/Helper/GenericHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.