FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.47k stars 330 forks source link

Add zh_TW cell phone and county / dist #884

Open asika32764 opened 1 month ago

asika32764 commented 1 month ago

What is the reason for this PR?

Author's checklist

Summary of changes

Currently Zh_TW provider has 2 problems:

  1. The Address merged county & dist in one city() method and impossible to separate calls them.
  2. The PhoneNumber merged local number and cell phone number into one phoneNumber().

The PR try to separate them to different methods.

Review checklist


Documentation: https://github.com/FakerPHP/fakerphp.github.io/pull/90