@@ -145,7 +145,7 @@ |
||
145 | 145 | |
146 | 146 | foreach ($filesToCompress as $index => $file) { |
147 | 147 | try { |
148 | - $this->stdout('[' . (++$index). "]\t" . $file); |
|
148 | + $this->stdout('[' . (++$index) . "]\t" . $file); |
|
149 | 149 | $startTime = microtime(true); |
150 | 150 | |
151 | 151 | $source = Source::fromFile($file); |