Skip to content

Commit 8a2d8ed

Browse files
committed
[Doc] Documented parallel run configuration
1 parent d97df69 commit 8a2d8ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

46+
> [!TIP]
47+
> You can configure a parallel run of PHP CS Fixer by calling:
48+
> ```php
49+
> $factory->runInParallel();
50+
> ```
51+
4652
### Ibexa packages
4753
4854
Create a `.php-cs-fixer.php` file in your project root directory with the following content:

0 commit comments

Comments
 (0)