@@ -56,8 +56,8 @@ |
||
56 | 56 | private function getProcessResults(int $numberOfParallelJobs) |
57 | 57 | { |
58 | 58 | for ($index = $this->runningProcesses->count(); |
59 | - $this->filesCollection->hasFiles() > 0 && $index < $numberOfParallelJobs; |
|
60 | - $index++) { |
|
59 | + $this->filesCollection->hasFiles() > 0 && $index < $numberOfParallelJobs; |
|
60 | + $index++) { |
|
61 | 61 | $file = $this->filesCollection->getNextFile(); |
62 | 62 | |
63 | 63 | $process = $this->processFactory->createGitCommitProcess($file); |