@@ -92,7 +92,7 @@ |
||
92 | 92 | * |
93 | 93 | * @Route("/rfap/{project}/{username}", name="rfapResult") |
94 | 94 | * |
95 | - * @return Response |
|
95 | + * @return \Symfony\Component\HttpFoundation\Response |
|
96 | 96 | */ |
97 | 97 | public function resultAction($project, $username) |
98 | 98 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | * Returns matches. |
36 | 36 | * |
37 | 37 | * @param string $input The line we're looking for |
38 | - * @param array $matches Pointer to an array where we stash results |
|
38 | + * @param string[] $matches Pointer to an array where we stash results |
|
39 | 39 | * |
40 | 40 | * @TODO: Make this cleaner |
41 | 41 | * |