Passed
Pull Request — master (#68)
by Björn
03:16
created
test/ComposerRequireCheckerTest/Cli/CheckCommandTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $printed = [];
60 60
         $collect = function ($line) use (&$printed) {
61 61
             if ($line) {
62
-               $printed[] = $line;
62
+                $printed[] = $line;
63 63
             }
64 64
         };
65 65
         $output->expects($this->any())
Please login to merge, or discard this patch.