]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/FooterController.php
php-cs-fixer pass
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / FooterController.php
index de809332fc6aa9b4d3a9ec5da84002f92950cd3e..fd93c436f9608446ab8727c97c0e46b91d262478 100644 (file)
@@ -7,7 +7,7 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 class FooterController extends Controller
 {
     /**
-     * Display the footer
+     * Display the footer.
      *
      * @return \Symfony\Component\HttpFoundation\Response
      */
@@ -15,11 +15,12 @@ class FooterController extends Controller
     {
         $addonsUrl = $this->container->getParameter('addons_url');
         $socialsUrl = $this->container->getParameter('socials_url');
+
         return $this->render(
             'WallabagCoreBundle::footer.html.twig',
             [
                 'addonsUrl' => $addonsUrl,
-                'socialsUrl' => $socialsUrl
+                'socialsUrl' => $socialsUrl,
             ]
         );
     }