@@ -162,7 +162,7 @@ |
||
| 162 | 162 | /** |
| 163 | 163 | * Get the 3-letter ISO 4217 currency code indicating the currency to use. |
| 164 | 164 | * |
| 165 | - * @return string |
|
| 165 | + * @return IntlNumberFormatter |
|
| 166 | 166 | */ |
| 167 | 167 | public function getCurrencyCode() |
| 168 | 168 | { |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | /** |
| 161 | 161 | * Get the locale to use. |
| 162 | 162 | * |
| 163 | - * @return string|null |
|
| 163 | + * @return IntlNumberFormatter |
|
| 164 | 164 | */ |
| 165 | 165 | public function getLocale() |
| 166 | 166 | { |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | } |
| 183 | 183 | |
| 184 | 184 | /** |
| 185 | - * @return int |
|
| 185 | + * @return IntlNumberFormatter |
|
| 186 | 186 | */ |
| 187 | 187 | public function getDecimals() |
| 188 | 188 | { |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | /** |
| 209 | 209 | * Get the number pattern. |
| 210 | 210 | * |
| 211 | - * @return string|null |
|
| 211 | + * @return IntlNumberFormatter |
|
| 212 | 212 | */ |
| 213 | 213 | public function getPattern() |
| 214 | 214 | { |