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

Fix: Do not use `static` in callables #785

Closed localheinz closed 9 months ago

localheinz commented 9 months ago

What is the reason for this PR?

Fixes #784. Follows #479.

Author's checklist

Summary of changes

Review checklist

localheinz commented 9 months ago

Thank you, @bram-pkg!