Completed
Push — master ( 76c71b...91372c )
by dima
05:24
created
app/Controllers/IndexController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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', [
Please login to merge, or discard this patch.