Completed
Pull Request — master (#68)
by Björn
02:20
created
test/ComposerRequireCheckerTest/Cli/CheckCommandTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,10 +62,10 @@
 block discarded – undo
62 62
         $output->expects($this->any())
63 63
             ->method('writeln')
64 64
             ->willReturnCallback(function ($line) use (&$printed) {
65
-                 if ($line) {
65
+                    if ($line) {
66 66
                     $printed[] = $line;
67
-                 }
68
-             });
67
+                    }
68
+                });
69 69
         $output->expects($this->any())
70 70
             ->method('getFormatter')
71 71
             ->with()
Please login to merge, or discard this patch.