Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class TricksByTagController extends AbstractController{ |
||
10 | |||
11 | /** |
||
12 | * @Route("/trick/tag/{id}-{slug}", name="trick.tag", methods={"GET"}) |
||
13 | * @param Tag $tag |
||
14 | * @param string $slug |
||
15 | * @return \Symfony\Component\HttpFoundation\RedirectResponse|\Symfony\Component\HttpFoundation\Response |
||
16 | */ |
||
17 | public function showTricksByTag(Tag $tag, string $slug){ |
||
33 | } |