Use new settings for php cs fixer.

This commit is contained in:
James Cole
2025-07-17 06:54:20 +02:00
parent 59725b088a
commit 184d8eb027
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ $finder = PhpCsFixer\Finder::create()
$config = (new PhpCsFixer\Config())
// ->setUnsupportedPhpVersionAllowed(true) // use this when PHP 8.5 comes out.
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
;
return $config->setRules(