Passed
Push — master ( d68beb...05bb24 )
by Zaahid
03:23
created
src/QuotedPrintableStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         $len = strlen($str);
93 93
         if ($len > 0 && !preg_match('/^[0-9a-f]{2}$|^[\r\n].$/is', $str) && $this->stream->isSeekable()) {
94 94
             $this->stream->seek(-$len, SEEK_CUR);
95
-            return '3D';    // '=' character
95
+            return '3D'; // '=' character
96 96
         }
97 97
         return $str;
98 98
     }
Please login to merge, or discard this patch.