Skip to content

Commit d53be97

Browse files
committed
[CS] Enabled parallel run in the local Ibexa Code Style config
1 parent 0024ff8 commit d53be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
->files()->name('*.php');
1515

1616
$configFactory = new InternalConfigFactory();
17-
$configFactory->withRuleSet(new Sets\Ibexa50RuleSet());
17+
$configFactory->runInParallel()->withRuleSet(new Sets\Ibexa50RuleSet());
1818

1919
$config = $configFactory->buildConfig();
2020
$config->setFinder($finder);

0 commit comments

Comments
 (0)