diff --git a/src/Twig/TwigExtensions.php b/src/Twig/TwigExtensions.php index 7bebd58..75901bf 100644 --- a/src/Twig/TwigExtensions.php +++ b/src/Twig/TwigExtensions.php @@ -53,7 +53,12 @@ function ( $alias, $params = [] ) { - $function = new Functions\GetUrl($this->config['runtime']['base_url'], $this->config['runtime']['aliases'], $alias, $params); + $function = new Functions\GetUrl( + $this->config['runtime']['base_url'], + $this->config['runtime']['aliases'], + $alias, + $params + ); return $function->run(); }, array('is_safe' => array('html'))