@@ -30,7 +30,9 @@ |
||
30 | 30 | /** |
31 | 31 | * Country constructor. |
32 | 32 | */ |
33 | - public function __construct(private string $countryCode, private string $countryName, private string $dialingCode) {} |
|
33 | + public function __construct(private string $countryCode, private string $countryName, private string $dialingCode) |
|
34 | + { |
|
35 | +} |
|
34 | 36 | |
35 | 37 | /** |
36 | 38 | * Get country code. |