Completed
Push — master ( 75f3ca...5a83b6 )
by Korotkov
04:52
created
app/web/Controllers/MainController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,6 +12,6 @@
 block discarded – undo
12 12
      */
13 13
     public function actionIndex()
14 14
     {
15
-        return $this->twig('index.html.twig', (string)$this->data());
15
+        return $this->twig('index.html.twig', (string) $this->data());
16 16
     }
17 17
 }
Please login to merge, or discard this patch.