Skip to content

Commit

Permalink
chore: php-cs-fixer parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ekvedaras committed Jan 5, 2025
1 parent 9d9348e commit d78e874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
->ignoreVCS(true);

return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setRules([
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short'],
Expand Down

0 comments on commit d78e874

Please sign in to comment.