Completed
Push — master ( 572594...b81e04 )
by Zaahid
01:10
created
src/Stream/UUEncodeStreamFilter.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
             PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY
45 45
         );
46 46
         if (!empty($this->leftover)) {
47
-            $lines[0] = $this->leftover . $lines[0];
47
+            $lines[0] = $this->leftover.$lines[0];
48 48
             $this->leftover = '';
49 49
         }
50 50
         $last = end($lines);
Please login to merge, or discard this patch.