chore: add preload.php to php-cs-fixer

This commit is contained in:
kenjis 2024-04-19 12:08:12 +09:00
parent 4ee58090f7
commit 7aec7ccff0
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -36,6 +36,7 @@ $finder = Finder::create()
__DIR__ . '/.php-cs-fixer.no-header.php',
__DIR__ . '/.php-cs-fixer.tests.php',
__DIR__ . '/.php-cs-fixer.user-guide.php',
__DIR__ . '/preload.php',
__DIR__ . '/rector.php',
__DIR__ . '/spark',
]);