Update cs fixer config

This commit is contained in:
DariusIII
2024-08-29 22:36:10 +02:00
parent 45796be163
commit 1b6ead1b8e
+1
View File
@@ -4,6 +4,7 @@ require __DIR__.'/vendor/autoload.php';
require __DIR__.'/bootstrap/app.php';
return (new \Jubeki\LaravelCodeStyle\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setFinder(
PhpCsFixer\Finder::create()
->in(app_path())