@@ -36,6 +36,6 @@ |
||
| 36 | 36 | |
| 37 | 37 | public function getData() |
| 38 | 38 | { |
| 39 | - return $this->data; |
|
| 39 | + return $this->data; |
|
| 40 | 40 | } |
| 41 | 41 | } |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | $valueToCmp = $this->applyRules($rowData, $transformedData, $options['if'], $options); |
| 23 | 23 | $value = $this->applyRules($rowData, $transformedData, $options['value'], $options); |
| 24 | 24 | |
| 25 | - $result = $this->compare($valueToCmp, $value, $options['operation'])? $options['then'] : $options['else']; |
|
| 25 | + $result = $this->compare($valueToCmp, $value, $options['operation']) ? $options['then'] : $options['else']; |
|
| 26 | 26 | |
| 27 | 27 | return $this->applyRules($rowData, $transformedData, $result, $options); |
| 28 | 28 | } |