Passed
Push — master ( 2a5c20...8a2ae8 )
by Zaahid
07:05
created
src/Header/Consumer/ParameterConsumer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     {
47 47
         $sChars = implode('|', $this->getAllTokenSeparators());
48 48
         $mimePartPattern = MimeLiteralPart::MIME_PART_PATTERN_NO_QUOTES;
49
-        return '~(' . $mimePartPattern . '|\\\\.|' . $sChars . ')~';
49
+        return '~('.$mimePartPattern.'|\\\\.|'.$sChars.')~';
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.