Skip to content

Commit 307b9d6

Browse files
authored
Add note on using pwsh on Windows with parallel mode (#5022)
1 parent 21e3128 commit 307b9d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/target-repository/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ dump_node($node, 1);
155155

156156
## Known Drawbacks
157157

158-
Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), built on technology called an *abstract syntax tree* (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted code in both PHP and docblock annotations.
158+
* Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), built on technology called an *abstract syntax tree* (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted code in both PHP and docblock annotations.
159+
160+
* Rector in parallel mode will work most of the times for most OS. On Windows, you may encounter issues unresolvable despite of following the [Troubleshooting Parallel](https://getrector.com/documentation/troubleshooting-parallel) guide. In such case, check if you are using Powershell 7 (pwsh). Change your terminal to command prompt (cmd) or bash for Windows.
159161

160162
### How to Apply Coding Standards?
161163

0 commit comments

Comments
 (0)