Passed
Push — master ( 42c825...47f6d8 )
by Malte
02:48
created
src/IMAP/Message.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -710,7 +710,7 @@
 block discarded – undo
710 710
                     return strtoupper($parameter->value);
711 711
                 }
712 712
             }
713
-        }elseif (is_string($structure) === true){
713
+        } elseif (is_string($structure) === true){
714 714
             return mb_detect_encoding($structure);
715 715
         }
716 716
 
Please login to merge, or discard this patch.