@@ -17,7 +17,6 @@ discard block |
||
17 | 17 | /** |
18 | 18 | * IndexController, constructed by container |
19 | 19 | * |
20 | - * @param Twig_Environment $twig |
|
21 | 20 | */ |
22 | 21 | public function __construct( UserList $userListModule) { |
23 | 22 | |
@@ -28,7 +27,7 @@ discard block |
||
28 | 27 | * Return index page (/) |
29 | 28 | * |
30 | 29 | * @param array $args |
31 | - * @return Response |
|
30 | + * @return \Symfony\Component\HttpFoundation\Response |
|
32 | 31 | */ |
33 | 32 | public function get($args) { |
34 | 33 | return $this->render('pages/index.html.twig', [ |