From 74ec1ad2bffa37a1ab96098dee2a058724543f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 11 Jul 2023 22:25:22 +0200 Subject: [PATCH] Fix typo in Global Mobile Satelite System (#65) * Fix typo in Global Mobile Satelite System * Update UPGRADING.md --- UPGRADING.md | 6 ++++++ src/CountryCallingCode/CountryCallingCode.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 4f5cff6..c47c7af 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,3 +1,9 @@ +# Ugrading from 2.x to 3.x + +## Change in CountryCallingCode enum + +A typo in the name of Global Mobile Satellite System has been fixed. + # Ugrading from 1.x to 2.x As this package is getting adopted and more people start using it, I got some valid feedback on the readability of the standards in codebases. diff --git a/src/CountryCallingCode/CountryCallingCode.php b/src/CountryCallingCode/CountryCallingCode.php index 5c26be1..d185046 100644 --- a/src/CountryCallingCode/CountryCallingCode.php +++ b/src/CountryCallingCode/CountryCallingCode.php @@ -80,7 +80,7 @@ enum CountryCallingCode: int case Germany_Federal_Republic_of = 49; case Ghana = 233; case Gibraltar = 350; - case Global_Mobile_Satelite_System_shared_code = 881; + case Global_Mobile_Satellite_System_shared_code = 881; case Greece = 30; case Greenland_Denmark = 299; case Group_of_countries_shared_code = 388;