We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0024ff8 commit d53be97Copy full SHA for d53be97
.php-cs-fixer.php
@@ -14,7 +14,7 @@
14
->files()->name('*.php');
15
16
$configFactory = new InternalConfigFactory();
17
-$configFactory->withRuleSet(new Sets\Ibexa50RuleSet());
+$configFactory->runInParallel()->withRuleSet(new Sets\Ibexa50RuleSet());
18
19
$config = $configFactory->buildConfig();
20
$config->setFinder($finder);
0 commit comments