@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | /** |
223 | 223 | * @return mixed |
224 | 224 | */ |
225 | - public function getCountryEnName():? string |
|
225 | + public function getCountryEnName(): ? string |
|
226 | 226 | { |
227 | 227 | return $this->countryEnName; |
228 | 228 | } |
@@ -241,7 +241,7 @@ discard block |
||
241 | 241 | /** |
242 | 242 | * @return mixed |
243 | 243 | */ |
244 | - public function getCountryNativeName():? string |
|
244 | + public function getCountryNativeName(): ? string |
|
245 | 245 | { |
246 | 246 | return $this->countryNativeName; |
247 | 247 | } |
@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | /** |
261 | 261 | * @return int|null |
262 | 262 | */ |
263 | - public function getRegionId():? int |
|
263 | + public function getRegionId(): ? int |
|
264 | 264 | { |
265 | 265 | return $this->regionId; |
266 | 266 | } |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | /** |
280 | 280 | * @return string|null |
281 | 281 | */ |
282 | - public function getRegionName():? string |
|
282 | + public function getRegionName(): ? string |
|
283 | 283 | { |
284 | 284 | return $this->regionName; |
285 | 285 | } |
@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | /** |
299 | 299 | * @return string|null |
300 | 300 | */ |
301 | - public function getPostCode():? string |
|
301 | + public function getPostCode(): ? string |
|
302 | 302 | { |
303 | 303 | return $this->postCode; |
304 | 304 | } |
@@ -317,7 +317,7 @@ discard block |
||
317 | 317 | /** |
318 | 318 | * @return string|null |
319 | 319 | */ |
320 | - public function getLandline():? string |
|
320 | + public function getLandline(): ? string |
|
321 | 321 | { |
322 | 322 | return $this->landline; |
323 | 323 | } |
@@ -336,7 +336,7 @@ discard block |
||
336 | 336 | /** |
337 | 337 | * @return string|null |
338 | 338 | */ |
339 | - public function getAddressLine1():? string |
|
339 | + public function getAddressLine1(): ? string |
|
340 | 340 | { |
341 | 341 | return $this->addressLine1; |
342 | 342 | } |
@@ -355,7 +355,7 @@ discard block |
||
355 | 355 | /** |
356 | 356 | * @return string|null |
357 | 357 | */ |
358 | - public function getAddressLine2():? string |
|
358 | + public function getAddressLine2(): ? string |
|
359 | 359 | { |
360 | 360 | return $this->addressLine2; |
361 | 361 | } |