| @@ -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 | * | 
| @@ -49,7 +49,7 @@ discard block | ||
| 49 | 49 |       * @Route("/rfap", name="rfap") | 
| 50 | 50 |       * @Route("/rfap", name="RfXVoteCalculator") | 
| 51 | 51 | * | 
| 52 | - * @return Response | |
| 52 | + * @return \Symfony\Component\HttpFoundation\Response | |
| 53 | 53 | */ | 
| 54 | 54 | public function indexAction() | 
| 55 | 55 |      { | 
| @@ -90,7 +90,7 @@ discard block | ||
| 90 | 90 | * | 
| 91 | 91 |       * @Route("/rfap/{project}/{username}", name="rfapResult") | 
| 92 | 92 | * | 
| 93 | - * @return Response | |
| 93 | + * @return \Symfony\Component\HttpFoundation\Response | |
| 94 | 94 | */ | 
| 95 | 95 | public function resultAction($project, $username) | 
| 96 | 96 |      { |