| 1 | <?php |
| 2 | |
| 3 | namespace Faker\Provider\lt_LT; |
| 4 | |
| 5 | class PhoneNumber extends \Faker\Provider\PhoneNumber |
| 6 | { |
| 7 | protected static $formats = array( |
| 8 | '86#######', |
| 9 | '8 6## #####', |
| 10 | '+370 6## ## ###', |
| 11 | '+3706#######', |
| 12 | '(8 5) ### ####', |
| 13 | '+370 5 ### ####', |
| 14 | '+370 46 ## ## ##', |
| 15 | '(8 46) ## ## ##', |
| 16 | ); |
| 17 | } |
| 18 |