Passed
Push — master ( 7a1e84...6abe24 )
by Zaahid
02:58
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(self::$contentHeaders, [ 'Content-Type', 'Content-Transfer-Encoding']);
91
+        $rem = array_diff(self::$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.