Passed
Push — master ( 216091...2aef24 )
by Jean-Christophe
02:22
created
Ajax/Semantic.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     public function compileHtml(JsUtils $js = NULL, &$view = NULL) {
38 38
         if($this->inverted==null){
39 39
             parent::compileHtml($js,$view);
40
-        }else {
40
+        } else {
41 41
             foreach ($this->htmlComponents as $htmlComponent) {
42 42
                 $htmlComponent->setInverted(true);
43 43
                 $htmlComponent->compile($js, $view);
Please login to merge, or discard this patch.