Closed Luc45 closed 7 months ago
@Luc45 I'm fairly sure you are aware of #3932 ... i.e. don't open PRs in this repo anymore....
Ah yes, I forgot about that. Will port it over there, thanks.
Ported to https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/419
Closing this
Description
This PR introduces messages to inform users when parallelization is disabled at runtime and the reasons for it. These enhancements aim to improve user awareness in scenarios where parallel processing gets disabled due to unmet conditions like the absence of the
pcntl
PHP extension or high verbosity settings. By providing this information, users can better understand the behavior of the system and take appropriate actions if needed.Suggested changelog entry
Related issues/external references
Fixes #
Disclaimer
I'm opening this PR from GitHub web. I don't have a local development copy of PHPCS to test this locally.
Types of changes
PR checklist
package.xml
file.