Completed
Push — master ( eb0b35...c1ea2c )
by Bill
12s
created
src/Commands/ChurnCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,6 @@
 block discarded – undo
140 140
             $table->addRow($result->toArray());
141 141
         }
142 142
         $table->render();
143
-        echo "  " . $this->filesCount . " files analysed in {$totalTime} seconds.\n\n";
143
+        echo "  ".$this->filesCount." files analysed in {$totalTime} seconds.\n\n";
144 144
     }
145 145
 }
Please login to merge, or discard this patch.