Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Nicaraguan phone numbering plan once again #5921

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/I18n/Validator/PhoneNumber/NI.php
Expand Up @@ -13,7 +13,7 @@
'national' => array(
'general' => '/^[128]\\d{7}$/',
'fixed' => '/^2\\d{7}$/',
'mobile' => '/^[78]\\d{7}$/',
'mobile' => '/^[578]\\d{7}$/',
'tollfree' => '/^1800\\d{4}$/',
'emergency' => '/^118$/',
),
Expand Down