From 7c2ff92778e41cad3e98658dfa1bef79308503f8 Mon Sep 17 00:00:00 2001 From: PrinsFrank Date: Wed, 22 Mar 2023 21:48:08 +0100 Subject: [PATCH] Rename country calling code for readability --- .../{ITU_T_E_164.php => CountryCallingCode.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/CountryCallingCode/{ITU_T_E_164.php => CountryCallingCode.php} (99%) diff --git a/src/CountryCallingCode/ITU_T_E_164.php b/src/CountryCallingCode/CountryCallingCode.php similarity index 99% rename from src/CountryCallingCode/ITU_T_E_164.php rename to src/CountryCallingCode/CountryCallingCode.php index cd6e0f9d..5c26be1c 100644 --- a/src/CountryCallingCode/ITU_T_E_164.php +++ b/src/CountryCallingCode/CountryCallingCode.php @@ -6,7 +6,7 @@ /** * @source https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.164D-2016-PDF-E.pdf */ -enum ITU_T_E_164: int +enum CountryCallingCode: int { case Afghanistan = 93; case Albania_Republic_of = 355;