Skip to content

Commit

Permalink
PhoneNumberRequiredLengths: Puerto Rico (PR) has two codes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Feb 2, 2025
1 parent 321e86f commit 729dcb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class PhoneNumberRequiredLengths {
entry("LC", 7 ), // CountryCode: "1-758"
entry("MP", 7 ), // CountryCode: "1-670"
entry("MS", 7 ), // CountryCode: "1-664"
entry("PR", 10), // CountryCode: "1"
entry("PR", 10), // CountryCode: "1" (has two codes 787, 939)
entry("RU", 10), // CountryCode: "7"
entry("SX", 7 ), // CountryCode: "1-721"
entry("TC", 7 ), // CountryCode: "1-649"
Expand Down

0 comments on commit 729dcb7

Please sign in to comment.