X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FController%2FStaticController.php;h=b41302f855ccf131e69b1574749e5c185b07633e;hb=4094ea47712efbe58624ff74daeb1f77c9b0edcf;hp=5b7bd56edc87079bafe43c39e5d27699571d518c;hpb=7eccbda99f16dc39ee01a0c81ab88293e9b268fd;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Controller/StaticController.php b/src/Wallabag/CoreBundle/Controller/StaticController.php index 5b7bd56e..b41302f8 100644 --- a/src/Wallabag/CoreBundle/Controller/StaticController.php +++ b/src/Wallabag/CoreBundle/Controller/StaticController.php @@ -14,7 +14,7 @@ class StaticController extends Controller { return $this->render( 'WallabagCoreBundle:Static:howto.html.twig', - array() + [] ); } @@ -25,10 +25,10 @@ class StaticController extends Controller { return $this->render( 'WallabagCoreBundle:Static:about.html.twig', - array( + [ 'version' => $this->getParameter('wallabag_core.version'), 'paypal_url' => $this->getParameter('wallabag_core.paypal_url'), - ) + ] ); } @@ -39,7 +39,7 @@ class StaticController extends Controller { return $this->render( 'WallabagCoreBundle:Static:quickstart.html.twig', - array() + [] ); } }