Skip to content

Commit 2b0099c

Browse files
authored
Merge pull request #8281 from pmattmann/feature/php-cs-fixer-runner-parallel
run phpcsfixer parallel
2 parents 3ca38ad + 4b057e4 commit 2b0099c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
'php_unit_test_class_requires_covers' => false,
1919
'no_superfluous_phpdoc_tags' => true,
2020
])
21+
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
2122
->setFinder($finder)
2223
;

0 commit comments

Comments
 (0)