Completed
Push — master ( 991040...0c6754 )
by Asmir
16:02 queued 01:21
created
lib/Goetas/Mail/ToSwiftMailParser/MimeParser.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -267,10 +267,10 @@
 block discarded – undo
267 267
 
268 268
             if ($boundary !== null) {
269 269
                 if(strpos($row, "--$boundary--")===0){
270
-                	throw new Exception\EndOfMultiPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) );
270
+                    throw new Exception\EndOfMultiPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) );
271 271
                 }
272 272
                 if(strpos($row, "--$boundary")===0){
273
-                	throw new Exception\EndOfPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) );
273
+                    throw new Exception\EndOfPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) );
274 274
                 }
275 275
             }
276 276
             $rows [] = $row;
Please login to merge, or discard this patch.