Completed
Push — master ( 985030...a9343f )
by Zaahid
08:00
created
src/Header/Consumer/AbstractConsumer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     {
167 167
         $sChars = implode('|', $this->getAllTokenSeparators());
168 168
         $mimePartPattern = MimeLiteralPart::MIME_PART_PATTERN;
169
-        return '~(' . $mimePartPattern . '|\\\\.|' . $sChars . ')~';
169
+        return '~('.$mimePartPattern.'|\\\\.|'.$sChars.')~';
170 170
     }
171 171
     
172 172
     /**
Please login to merge, or discard this patch.