@@ -96,10 +96,10 @@ |
||
| 96 | 96 | * @param string $key |
| 97 | 97 | * @param string $optionDetail |
| 98 | 98 | */ |
| 99 | - public function __construct($key, $optionDetail=null) |
|
| 99 | + public function __construct($key, $optionDetail = null) |
|
| 100 | 100 | { |
| 101 | 101 | $this->pricingOptionKey = new PricingOptionKey($key); |
| 102 | - if(isset($optionDetail)){ |
|
| 102 | + if (isset($optionDetail)) { |
|
| 103 | 103 | $this->optionDetail = new OptionDetail($optionDetail); |
| 104 | 104 | } |
| 105 | 105 | } |