]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/StaticController.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / StaticController.php
index 09be1b74f87606d0cb0b064665c572db6a41ee16..3b844b44c500054cb47bd1412d9c7215399941d2 100644 (file)
@@ -10,13 +10,14 @@ class StaticController extends Controller
     /**
      * @Route("/howto", name="howto")
      */
-     public function howtoAction()
-     {
-         return $this->render(
-             'WallabagCoreBundle:Static:howto.html.twig',
-             array()
-         );
-     }
+    public function howtoAction()
+    {
+        return $this->render(
+            'WallabagCoreBundle:Static:howto.html.twig',
+            array()
+        );
+    }
+
     /**
      * @Route("/about", name="about")
      */