@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | * @Route("/rfx/{project}", name="rfxAnalysisProject") |
| 46 | 46 | * @Route("/rfx/{project}/{type}", name="rfxAnalysisProjectType") |
| 47 | 47 | * |
| 48 | - * @return Response|RedirectResponse |
|
| 48 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 49 | 49 | */ |
| 50 | 50 | public function indexAction(Request $request, $project = null, $type = null) |
| 51 | 51 | { |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | * |
| 112 | 112 | * @Route("/rfx/{project}/{type}/{username}", name="rfxAnalysisResult") |
| 113 | 113 | * |
| 114 | - * @return Response|RedirectResponse |
|
| 114 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 115 | 115 | * @codeCoverageIgnore |
| 116 | 116 | */ |
| 117 | 117 | public function resultAction($project, $type, $username) |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | * @Route("/rfxvote/index.php", name="rfxvoteIndexPhp") |
| 40 | 40 | * @Route("/rfxvote", name="RfXVoteCalculator") |
| 41 | 41 | * |
| 42 | - * @return Response |
|
| 42 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 43 | 43 | */ |
| 44 | 44 | public function indexAction() |
| 45 | 45 | { |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | * |
| 89 | 89 | * @Route("/rfxvote/{project}/{username}", name="rfxvoteResult") |
| 90 | 90 | * |
| 91 | - * @return Response |
|
| 91 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 92 | 92 | * @codeCoverageIgnore |
| 93 | 93 | */ |
| 94 | 94 | public function resultAction($project, $username) |
@@ -156,7 +156,7 @@ |
||
| 156 | 156 | * @param Request $request The HTTP request. |
| 157 | 157 | * @param User $user The User. |
| 158 | 158 | * @param Project $project The project. |
| 159 | - * @param integer|string $namespace The namespace ID or 'all' |
|
| 159 | + * @param integer $namespace The namespace ID or 'all' |
|
| 160 | 160 | * @return \Symfony\Component\HttpFoundation\Response |
| 161 | 161 | * @codeCoverageIgnore |
| 162 | 162 | */ |