Completed
Push — master ( 02c928...fbc2c7 )
by Carlos
13:29 queued 11:08
created
src/Command/LintCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     {
182 182
         $maxColumns = floor($this->getScreenColumns() / 2);
183 183
 
184
-        $linter->setProcessCallback(function ($status, $filename) use ($output, $fileCount, $maxColumns) {
184
+        $linter->setProcessCallback(function($status, $filename) use ($output, $fileCount, $maxColumns) {
185 185
             static $i = 0;
186 186
 
187 187
             if ($i && $i % $maxColumns === 0) {
Please login to merge, or discard this patch.