Skip to content

Commit

Permalink
Update lock file, enable parallel for php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed May 17, 2024
1 parent cb06821 commit dceb4ce
Show file tree
Hide file tree
Showing 2 changed files with 660 additions and 11 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
->in(__DIR__ . '/tests')
)
;
$config->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

return $config;

0 comments on commit dceb4ce

Please sign in to comment.