Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 22, 2017
1 parent 42d92b3 commit 15b2536
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Twig/TwigExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 15b2536

Please sign in to comment.