@@ -156,7 +156,7 @@ |
||
| 156 | 156 | |
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | - * This option allows you to override the currency of the office. |
|
| 159 | + * This option allows you to override the currency of the office. |
|
| 160 | 160 | * |
| 161 | 161 | * @var string |
| 162 | 162 | */ |
@@ -315,7 +315,7 @@ |
||
| 315 | 315 | return implode( |
| 316 | 316 | ' - ', |
| 317 | 317 | array_map( |
| 318 | - function ($item) { |
|
| 318 | + function($item) { |
|
| 319 | 319 | return trim($item->nodeValue); |
| 320 | 320 | }, |
| 321 | 321 | iterator_to_array($errorTextNodeList) |
@@ -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)) { |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | const INDICATOR_NOT_REPORTED_REFUND = "NRP"; |
| 40 | 40 | const INDICATOR_NO_SHOW = "NS"; |
| 41 | 41 | const INDICATOR_ZERO_REFUND = "NUL"; |
| 42 | - const INDICATOR_HOLD_FOR_FUTURE_USE= "RTF"; |
|
| 42 | + const INDICATOR_HOLD_FOR_FUTURE_USE = "RTF"; |
|
| 43 | 43 | const INDICATOR_TAXES = "TAX"; |
| 44 | 44 | |
| 45 | 45 | |
@@ -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 | } |