We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e412 commit 491b896Copy full SHA for 491b896
src/Controller/BlogController.php
@@ -59,7 +59,7 @@ public function index(Request $request, int $page, string $_format, PostReposito
59
// See https://symfony.com/doc/current/templates.html#template-naming
60
return $this->render('blog/index.'.$_format.'.twig', [
61
'paginator' => $latestPosts,
62
- 'tagName' => $tag ? $tag->getName() : null,
+ 'tagName' => $tag?->getName(),
63
]);
64
}
65
0 commit comments