@@ -96,7 +96,7 @@ |
||
| 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 | 102 | if (isset($optionDetail)) { |
@@ -185,6 +185,6 @@ |
||
| 185 | 185 | |
| 186 | 186 | $monthAndYear = strtoupper($dateOfBirth->format('My')); |
| 187 | 187 | |
| 188 | - return $day . $monthAndYear; |
|
| 188 | + return $day.$monthAndYear; |
|
| 189 | 189 | } |
| 190 | 190 | } |