Passed
Pull Request — master (#19)
by
unknown
02:08
created
src/Structure.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
                     }
Please login to merge, or discard this patch.