Completed
Push — master ( e483da...3a84db )
by Bill
9s
created
src/Managers/ProcessManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.