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