Test Setup Failed
Pull Request — master (#3)
by
unknown
02:23
created
QueryBuilderForm.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         }
109 109
 
110 110
         echo $this->builder->run();
111
-	$id = ['id' =>  $this->getId()];
111
+ $id = ['id' =>  $this->getId()];
112 112
         $options = ArrayHelper::merge($id,$this->options);
113 113
         echo Html::beginForm($this->action, $this->method, $options);
114 114
         echo Html::hiddenInput($this->rulesParam);
Please login to merge, or discard this patch.