Completed
Push — master ( d0c885...4d1d46 )
by Carlos
03:48 queued 01:31
created
src/Command/LintCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
         $progress->setFormat("%filename%\n\n%current%/%max% [%bar%] %percent:3s%% %elapsed:6s%\n");
96 96
         $progress->start();
97 97
 
98
-        $linter->setProcessCallback(function ($status, $filename) use ($progress) {
98
+        $linter->setProcessCallback(function($status, $filename) use ($progress) {
99 99
             $progress->setMessage("<info>Checking: </info>{$filename}", 'filename');
100 100
             $progress->advance();
101 101
         });
Please login to merge, or discard this patch.