Skip to content

Commit

Permalink
Upgrade php-cs-fixer and use it in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jun 2, 2024
1 parent 6dd7c44 commit d411027
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 44 deletions.
2 changes: 2 additions & 0 deletions app/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

use PhpCsFixer\Config;
use PhpCsFixer\Finder;
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;

$header = \trim(
<<<'TXT'
Expand Down Expand Up @@ -89,6 +90,7 @@
;

return (new Config())
->setParallelConfig(ParallelConfigFactory::detect())
->setRiskyAllowed(true)
->setRules([
'@PHP71Migration' => true,
Expand Down
Loading

0 comments on commit d411027

Please sign in to comment.