%PDF- %PDF-
Direktori : /var/www/html/workeasy-api/vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/ |
Current File : //var/www/html/workeasy-api/vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/PhoneNumber.php |
<?php namespace Faker\Provider\pt_BR; class PhoneNumber extends \Faker\Provider\PhoneNumber { protected static $formats = array( '+## (##) #### - ####', '+## (##) 9#### - ####', '(##) #### - ####', '(##) ##### - ####', '+##(##) ####-####', '+##(##) 9####-####', '(##) ####-####', '(##) 9####-####', '+##(##) #### - ####', '+##(##) 9#### - ####', '(##)#### - ####', '(##)##### - ####', '+##(##)####-####', '+##(##)9####-####', '(##)####-####', '(##)9####-####', '#### - ####', '9#### - ####', '####-####', '9####-####', '## #### ####', '## 9#### ####', ); }