@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | public function findContentType(){ |
89 | 89 | if(stripos($this->header->get("content-type"), 'multipart') === 0) { |
90 | 90 | $this->type = IMAP::MESSAGE_TYPE_MULTIPART; |
91 | - }else{ |
|
91 | + } else{ |
|
92 | 92 | $this->type = IMAP::MESSAGE_TYPE_TEXT; |
93 | 93 | } |
94 | 94 | } |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | foreach($match[1] as $matched){ |
123 | 123 | $boundaries[] = $matched; |
124 | 124 | } |
125 | - }else{ |
|
125 | + } else{ |
|
126 | 126 | if(!empty($match[1])) { |
127 | 127 | $boundaries[] = $match[1]; |
128 | 128 | } |