Passed
Push — master ( d8b5d7...ef6cbf )
by Korotkov
01:59 queued 11s
created
app/Containers/Web/Controllers/MainController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
     {
22 22
         data([
23 23
             "content" => cache(['mainpage', 'now']) ?? view(["index", 'mainpage']),
24
-       ]);
24
+        ]);
25 25
 
26
-       Dispatcher::dispatch('message', __CLASS__);
27
-       $this->info("Hello $name");
26
+        Dispatcher::dispatch('message', __CLASS__);
27
+        $this->info("Hello $name");
28 28
 
29
-       render("layout", data());
29
+        render("layout", data());
30 30
     }
31 31
 }
Please login to merge, or discard this patch.