File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 * For more information, look at the phing tasks in build.xml
99 * @internal
1010 */
11- return 'v9.0.11 ' ;
11+ return 'v9.0.12 ' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class PhoneNumberMetadata_GB extends PhoneMetadata
2424 protected const COUNTRY_CODE = 44 ;
2525 protected const NATIONAL_PREFIX = '0 ' ;
2626
27- protected ?string $ nationalPrefixForParsing = '0 ' ;
27+ protected ?string $ nationalPrefixForParsing = '0|180020 ' ;
2828 protected ?string $ internationalPrefix = '00 ' ;
2929 protected ?string $ preferredExtnPrefix = ' x ' ;
3030 protected bool $ mainCountryForCode = true ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class PhoneNumberMetadata_GG extends PhoneMetadata
2323 protected const COUNTRY_CODE = 44 ;
2424 protected const NATIONAL_PREFIX = '0 ' ;
2525
26- protected ?string $ nationalPrefixForParsing = '([25-9]\d{5})$|0 ' ;
26+ protected ?string $ nationalPrefixForParsing = '([25-9]\d{5})$|0|180020 ' ;
2727 protected ?string $ internationalPrefix = '00 ' ;
2828 protected ?string $ nationalPrefixTransformRule = '1481$1 ' ;
2929
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ public function __construct()
3131 ->setNationalNumberPattern ('[2-9]\d{6} ' )
3232 ->setPossibleLength ([7 ]);
3333 $ this ->mobile = (new PhoneNumberDesc ())
34- ->setNationalNumberPattern ('556\d{4}|(?:[23679]\d|4[015]|5[0-489])\d{5} ' )
34+ ->setNationalNumberPattern ('556\d{4}|(?:[23679]\d|4[015]|5[0-489]|8[67] )\d{5} ' )
3535 ->setExampleNumber ('3012345 ' );
3636 $ this ->premiumRate = PhoneNumberDesc::empty ();
3737 $ this ->fixedLine = (new PhoneNumberDesc ())
38- ->setNationalNumberPattern ('(?:4(?:[23]\d\d|4(?:1[024679]|[6-9]\d))|5(?:5(?:3\d|4[0-7])|6[67]\d|7(?:1[04]|2[035]|3[58]|48))|8\d{3} )\d{3} ' )
38+ ->setNationalNumberPattern ('(?:4(?:[23]\d\d|4(?:1[024679]|[6-9]\d))|5(?:5(?:3\d|4[0-7])|6[67]\d|7(?:1[04]|2[035]|3[58]|48))|8[0-589]\d\d )\d{3} ' )
3939 ->setExampleNumber ('5661234 ' );
4040 $ this ->numberFormat = [
4141 (new NumberFormat ())
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function __construct()
3131 ->setNationalNumberPattern ('(?:[2-8]\d{3}|9008)\d{3} ' )
3232 ->setPossibleLength ([7 ]);
3333 $ this ->mobile = (new PhoneNumberDesc ())
34- ->setNationalNumberPattern ('(?:510 |6\d\d|7(?:[0-5]\d|6[019]|70))\d{4} ' )
34+ ->setNationalNumberPattern ('(?:51[01] |6\d\d|7(?:[0-5]\d|6[019]|70))\d{4} ' )
3535 ->setExampleNumber ('6091234 ' );
3636 $ this ->premiumRate = (new PhoneNumberDesc ())
3737 ->setNationalNumberPattern ('9008\d{3} ' )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class PhoneNumberMetadata_IM extends PhoneMetadata
2424 protected const LEADING_DIGITS = '74576|(?:16|7[56])24 ' ;
2525 protected const NATIONAL_PREFIX = '0 ' ;
2626
27- protected ?string $ nationalPrefixForParsing = '([25-8]\d{5})$|0 ' ;
27+ protected ?string $ nationalPrefixForParsing = '([25-8]\d{5})$|0|180020 ' ;
2828 protected ?string $ internationalPrefix = '00 ' ;
2929 protected ?string $ nationalPrefixTransformRule = '1624$1 ' ;
3030
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class PhoneNumberMetadata_JE extends PhoneMetadata
2323 protected const COUNTRY_CODE = 44 ;
2424 protected const NATIONAL_PREFIX = '0 ' ;
2525
26- protected ?string $ nationalPrefixForParsing = '([0-24-8]\d{5})$|0 ' ;
26+ protected ?string $ nationalPrefixForParsing = '([0-24-8]\d{5})$|0|180020 ' ;
2727 protected ?string $ internationalPrefix = '00 ' ;
2828 protected ?string $ nationalPrefixTransformRule = '1534$1 ' ;
2929
You can’t perform that action at this time.
0 commit comments