Passed
Branch master (b04a84)
by Vladimir
05:41
created
Category
src/commands/TinifyController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.