Skip to content

Commit

Permalink
chore: update deps and specify multicore for cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Sep 3, 2024
1 parent 255aad2 commit 0959645
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 130 deletions.
7 changes: 7 additions & 0 deletions generator/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// generation is slow on a single core
// perhaps your machine has many cores we can use?
return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
;
Loading

0 comments on commit 0959645

Please sign in to comment.