Completed
Push — master ( ed9bb7...03fcb3 )
by Zaahid
09:55
created
src/Header/Part/MimeLiteralPart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
             }
94 94
             $mbSupported = false;
95 95
             $charset = CharsetConverter::findSupportedCharset($matches[1], $mbSupported);
96
-            $normalized = '=?' . $charset . '?' . $matches[2] . '?'
96
+            $normalized = '=?'.$charset.'?'.$matches[2].'?'
97 97
                 . str_replace('_', '=20', $body);
98 98
             if ($mbSupported) {
99 99
                 return mb_decode_mimeheader($normalized);
Please login to merge, or discard this patch.