Passed
Push — master ( 1e348f...dac824 )
by Korotkov
02:54 queued 01:17
created
app/Containers/Web/Controllers/MainController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
13 13
     {
14 14
         data([
15 15
             "content" => cache(['mainpage', 'now']) ?? view(["index", 'mainpage']),
16
-       ]);
16
+        ]);
17 17
 
18
-       $this->info("It's working");
18
+        $this->info("It's working");
19 19
 
20
-       render("layout", data());
20
+        render("layout", data());
21 21
     }
22 22
 }
Please login to merge, or discard this patch.