Completed
Push — master ( e0b2ec...a73449 )
by Carlos
03:41 queued 34s
created
src/Command/LintCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
         $maxColumns = floor((new Terminal())->getWidth() / 2);
213 213
         $verbosity = $output->getVerbosity();
214 214
 
215
-        $linter->setProcessCallback(function ($status, \SplFileInfo $file) use ($output, $verbosity, $fileCount, $maxColumns) {
215
+        $linter->setProcessCallback(function($status, \SplFileInfo $file) use ($output, $verbosity, $fileCount, $maxColumns) {
216 216
             static $i = 1;
217 217
 
218 218
             $percent = floor(($i / $fileCount) * 100);
Please login to merge, or discard this patch.