Passed
Pull Request — master (#213)
by
unknown
03:11
created
src/Header/MimeEncodedHeader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     protected function setParseHeaderValue(AbstractConsumer $consumer)
45 45
     {
46 46
         $value = $this->rawValue;
47
-        $matchp = '~' . MimeLiteralPart::MIME_PART_PATTERN . '~';
47
+        $matchp = '~'.MimeLiteralPart::MIME_PART_PATTERN.'~';
48 48
         $value = \preg_replace_callback($matchp, function($matches) {
49 49
             return $this->mimeLiteralPartFactory->newInstance($matches[0]);
50 50
         }, $value);
Please login to merge, or discard this patch.