Test Failed
Push — master ( c5c65d...95a748 )
by Sebastian
02:26
created
css/index.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,10 +65,12 @@
 block discarded – undo
65 65
                     Mailcode_Factory::comment('Some comments here'),
66 66
                     Mailcode_Factory::showSnippet('snippet_name'),
67 67
                     Mailcode_Factory::showDate('DATE.VARIABLE'),
68
-                    Mailcode_Factory::if('1 + 1 == 2'),
68
+                    Mailcode_Factory::if('1 + 1 == 2') {
69
+                        ,
69 70
                     Mailcode_Factory::ifContains('CUSTOMER.NAME', 'John'),
70 71
                     Mailcode_Factory::ifVarEquals('NUMBER', 124),
71 72
                 );
73
+                    }
72 74
                 
73 75
                 $and = Mailcode_Factory::elseIfVarEqualsString('STRINGVAR', 'John');
74 76
                 $and->getLogicKeywords()->appendOR('$STRINGVAR == "Steve"', "variable");
Please login to merge, or discard this patch.