Completed
Push — master ( 5d4e1b...373de6 )
by Zaahid
11:37
created
src/MimePart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -481,7 +481,7 @@
 block discarded – undo
481 481
             $first = false;
482 482
             $read = ltrim($read, "\r\n");
483 483
         }
484
-        $read = $lastChars . $read;
484
+        $read = $lastChars.$read;
485 485
         $read = preg_replace('/\r\n|\r|\n/', "\r\n", $read);
486 486
         $lastChars = '';
487 487
         $matches = null;
Please login to merge, or discard this patch.