@@ -27,7 +27,7 @@ |
||
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 |
@@ -138,7 +138,7 @@ |
||
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, ':')) { |