Test Failed
Push — master ( 47c2d9...dd4a4a )
by Alexey
04:51
created
system/modules/Ui/objects/ActiveForm/Input.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $inputOptions = $this->options;
28 28
         $inputOptions['value'] = $this->value();
29 29
         $inputOptions['disabled'] = $this->readOnly();
30
-        if(!empty($this->colParams['required'])){
30
+        if(!empty($this->colParams['required'])) {
31 31
             $inputOptions['required'] = true;
32 32
         }
33 33
 
Please login to merge, or discard this patch.
system/Inji/Model.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
      * @return string
139 139
      */
140 140
     public static function getColValue($object, $valuePath, $convert = false, $manageHref = false) {
141
-        if(is_array($object)){
141
+        if(is_array($object)) {
142 142
             $object = array_shift($object);
143 143
         }
144 144
         if (strpos($valuePath, ':')) {
Please login to merge, or discard this patch.