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

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6396-phone-number-te…
Browse files Browse the repository at this point in the history
…sts-with-provider' into develop

Close zendframework/zendframework#6396
  • Loading branch information
Ocramius committed Jul 27, 2014
2 parents 150303a + 95d0e61 commit 9354996
Show file tree
Hide file tree
Showing 2 changed files with 1,344 additions and 1,294 deletions.
2 changes: 1 addition & 1 deletion src/Validator/PhoneNumber/FR.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'fixed' => '/^[1-5]\\d{8}$/',
'mobile' => '/^(?:[6-7]\\d{8}|7[5-9]\\d{7})$/',
'tollfree' => '/^80\\d{7}$/',
'premium' => '/^3\\d{3}|89[1-37-9]\\d{6}$/',
'premium' => '/^(?:3\\d{3}|89[1-37-9])\\d{6}$/',
'shared' => '/^8(?:1[019]|2[0156]|84|90)\\d{6}$/',
'voip' => '/^9\\d{8}$/',
'emergency' => '/^1(?:[578]|12)$/',
Expand Down
Loading

0 comments on commit 9354996

Please sign in to comment.