We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getAvailableThreads
1 parent 6925356 commit ea5f63bCopy full SHA for ea5f63b
1 file changed
src/phpcs.php
@@ -141,7 +141,7 @@ function ($path) use ($projectPath): string {
141
));
142
}
143
144
- $arguments[] = '--parallel=' . $environment->getAvailableThreads();
+ $arguments[] = '--parallel=' . ((int) $environment->getAvailableThreads());
145
if (null !== $tempFile) {
146
$arguments[] = '--report=checkstyle';
147
$arguments[] = '--report-file=' . $tempFile;
0 commit comments