Passed
Pull Request — master (#9)
by Steven
04:35
created
src/ApiTestSuiteServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
             ]);
23 23
 
24 24
             // Registering package commands.
25
-             $this->commands([
26
-                 Installer::class,
27
-             ]);
25
+                $this->commands([
26
+                    Installer::class,
27
+                ]);
28 28
         }
29 29
     }
30 30
 
Please login to merge, or discard this patch.