Skip to content

Commit c163684

Browse files
#248: Disabled parallelisation due to experimental feature
1 parent b36f20e commit c163684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@
2323
'phpdoc_align' => ['tags' => ['method', 'param', 'property', 'return', 'throws', 'type', 'var'], 'align' => 'left'], // overrules @Symfony
2424
'yoda_style' => false, // overrules @Symfony
2525
])
26-
->setFinder($finder)
27-
->setParallelConfig(ParallelConfigFactory::detect());
26+
->setFinder($finder);

0 commit comments

Comments
 (0)