Completed
Push — master ( 7672e5...b8822e )
by Carlos
02:06
created
src/Command/LintCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         $verbosity = $output->getVerbosity();
257 257
         $displayProgress = !$input->getOption('no-progress');
258 258
 
259
-        $displayProgress && $linter->setProcessCallback(function ($status, SplFileInfo $file) use ($output, $verbosity, $fileCount, $maxColumns) {
259
+        $displayProgress && $linter->setProcessCallback(function($status, SplFileInfo $file) use ($output, $verbosity, $fileCount, $maxColumns) {
260 260
             static $i = 1;
261 261
 
262 262
             $percent = floor(($i / $fileCount) * 100);
Please login to merge, or discard this patch.