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

Commit

Permalink
Merge pull request zendframework/zendframework#5988 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 17, 2014
3 parents 1724c05 + 2dc7154 + 4814edb commit 02c4c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/PhoneNumber/FR.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'national' => array(
'general' => '/^[124-9]\\d{8}|3\\d{3}(?:\\d{5})?$/',
'fixed' => '/^[1-5]\\d{8}$/',
'mobile' => '/^6\\d{8}|7[5-9]\\d{7}$/',
'mobile' => '/^[6-7]\\d{8}|7[5-9]\\d{7}$/',
'tollfree' => '/^80\\d{7}$/',
'premium' => '/^3\\d{3}|89[1-37-9]\\d{6}$/',
'shared' => '/^8(?:1[019]|2[0156]|84|90)\\d{6}$/',
Expand Down

0 comments on commit 02c4c2e

Please sign in to comment.