Completed
Push — master ( 37b628...190d9b )
by MusikAnimal
02:20
created
src/AppBundle/Controller/RfXVoteCalculatorController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
88 88
      *
89 89
      * @Route("/rfxvote/{project}/{username}", name="rfxvoteResult")
90 90
      *
91
-     * @return Response
91
+     * @return \Symfony\Component\HttpFoundation\Response
92 92
      */
93 93
     public function resultAction($project, $username)
94 94
     {
Please login to merge, or discard this patch.