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

return $config;

0 comments on commit 6e9954b

Please sign in to comment.