Skip to content

Commit 0024ff8

Browse files
committed
[Doc] Documented parallel run configuration
1 parent d2631c4 commit 0024ff8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ $config->setFinder(
4343
return $config;
4444
```
4545

46+
> [!TIP]
47+
> You can configure a parallel run of PHP CS Fixer by either calling:
48+
> ```php
49+
> $factory->runInParallel();
50+
> ```
51+
> or
52+
> ```php
53+
> InternalConfigFactory::build(runInParallel: true)
54+
> ```
55+
4656
### Ibexa packages
4757
4858
Create a `.php-cs-fixer.php` file in your project root directory with the following content:

0 commit comments

Comments
 (0)