@@ -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 | } |