Passed
Push — master ( 9f2c4f...e942df )
by Aleksei
17:57 queued 05:15
created
src/Console/tests/ConfigureTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -41,11 +41,11 @@
 block discarded – undo
41 41
     public function testConfigure(): void
42 42
     {
43 43
         $core = $this->getCore(
44
-           $this->getStaticLocator([
45
-               HelperCommand::class,
46
-               ConfigureCommand::class,
47
-               TestCommand::class,
48
-           ])
44
+            $this->getStaticLocator([
45
+                HelperCommand::class,
46
+                ConfigureCommand::class,
47
+                TestCommand::class,
48
+            ])
49 49
         );
50 50
 
51 51
         $this->container->bind(Console::class, $core);
Please login to merge, or discard this patch.