Completed
Pull Request — master (#12)
by Carlos
11:20 queued 08:30
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.