Completed
Push — master ( 0b137a...a1f098 )
by MusikAnimal
14s
created
src/AppBundle/Controller/RfXAnalysisController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.
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
      * @codeCoverageIgnore
93 93
      */
94 94
     public function resultAction($project, $username)
Please login to merge, or discard this patch.
src/AppBundle/Controller/TopEditsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.