@@ -62,8 +62,8 @@ |
||
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 | } |