Passed
Push — 0.7.0 ( a89e02...6d61aa )
by Alexander
03:28
created
src/components/Core/Bootstrap/BootDetectEnvironment.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,9 +71,9 @@
 block discarded – undo
71 71
     protected function createEnv($app)
72 72
     {
73 73
         return Dotenv::create(
74
-               new RepositoryCreator,
75
-               $app->environmentPath(),
76
-               $app->environmentFile()
74
+                new RepositoryCreator,
75
+                $app->environmentPath(),
76
+                $app->environmentFile()
77 77
         );
78 78
     }
79 79
 }
80 80
\ No newline at end of file
Please login to merge, or discard this patch.