Completed
Pull Request — master (#196)
by Andreas
01:43
created
src/Managers/ProcessManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
     private function getProcessResults(int $numberOfParallelJobs): void
63 63
     {
64 64
         for ($index = $this->runningProcesses->count();
65
-             $this->filesCollection->hasFiles() > 0 && $index < $numberOfParallelJobs;
66
-             $index++) {
65
+                $this->filesCollection->hasFiles() > 0 && $index < $numberOfParallelJobs;
66
+                $index++) {
67 67
             $file = $this->filesCollection->getNextFile();
68 68
 
69 69
             $process = $this->processFactory->createGitCommitProcess($file);
Please login to merge, or discard this patch.