Passed
Push — master ( 8a4eef...1e348f )
by Korotkov
09:26 queued 07:56
created
app/Containers/Web/Controllers/MainController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
     {
14 14
         data([
15 15
             "content" => cache(['mainpage', 'now']) ?? view(["index", 'mainpage']),
16
-       ]);
16
+        ]);
17 17
 
18
-       render("layout", data());
18
+        render("layout", data());
19 19
     }
20 20
 }
Please login to merge, or discard this patch.