Completed
Pull Request — master (#97)
by Peter
05:12
created
src/ParallelDownloader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
         } while ($multi->remain());
63 63
 
64 64
         $this->io->write(
65
-            "    Finished: <comment>success: $this->successCnt," .
66
-            " skipped: $this->skippedCnt, failure: $this->failureCnt," .
65
+            "    Finished: <comment>success: $this->successCnt,".
66
+            " skipped: $this->skippedCnt, failure: $this->failureCnt,".
67 67
             " total: $this->totalCnt</comment>"
68 68
         );
69 69
     }
Please login to merge, or discard this patch.