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 06c1dfe commit 96bc821
Show file tree
Hide file tree
Showing 2 changed files with 678 additions and 33 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@
->in(__DIR__ . '/tests')
)
;
$config->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

return $config;

0 comments on commit 96bc821

Please sign in to comment.