Skip to content

Commit

Permalink
fix cs due to PHPCSFixer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Laak committed Oct 4, 2022
1 parent 69c243d commit b2225f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Twig/BreadcrumbTrailExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public function getFunctions()
public function renderBreadcrumbTrail($template = null)
{
return $this->templating->render(
null === $template ? $this->trail->getTemplate() : $template,
['breadcrumbs' => $this->trail]
null === $template ? $this->trail->getTemplate() : $template,
['breadcrumbs' => $this->trail]
);
}

Expand Down

0 comments on commit b2225f2

Please sign in to comment.