FakerPHP / Faker

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

Enhancement: Use `Helper` to select random element instead of `array_rand()` #754

Closed localheinz closed 9 months ago

localheinz commented 9 months ago

What is the reason for this PR?

Somewhat related to #753.

Author's checklist

Summary of changes

Review checklist

localheinz commented 9 months ago

Thank you, @pimjansen!