Skip to content

Commit d1fbcd2

Browse files
Enable parallel runner for php-cs-fixer
1 parent 5467381 commit d1fbcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
return (new PhpCsFixer\Config())
4+
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
45
->setIndent(' ')
56
->setRules([
67
'@Symfony' => true,

0 commit comments

Comments
 (0)