Skip to content

Commit 3879ac1

Browse files
committed
Update CountryPhoneCallback.php
1 parent 0d10b58 commit 3879ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/CountryPhoneCallback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function validateES(): false|int
7777
*/
7878
protected function validateFR(): false|int
7979
{
80-
return preg_match('/^(?:\+33|0033|0)(?:(?:[1-9](?:\d{2}){4})|(?:[67]\d{8}))$/', $this->value);
80+
return preg_match('/^(?:\+33|0033|0)(?:[1-9](?:\d{2}){4}|[67]\d{8})$/', $this->value);
8181
}
8282

8383
/**

0 commit comments

Comments
 (0)