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: Explicitly reference configuration for `friendsofphp/php-cs-fixer` #781

Closed localheinz closed 9 months ago

localheinz commented 9 months ago

What is the reason for this PR?

💁‍♂️ There is

so why bother using the configuration resolving mechanism of friendsofphp/php-cs-fixer instead of explicitly referencing the configuration file with the configuration for our agreed-upon coding standard?

Also see #780.

Author's checklist

Summary of changes

Review checklist

localheinz commented 9 months ago

Thank you, @bram-pkg!