Completed
Push — master ( 9abbfe...8dac88 )
by Phil
11s
created
Controller/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return RedirectResponse
171
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
172 172
      */
173 173
     public function retryFailedAction()
174 174
     {
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     }
181 181
 
182 182
     /**
183
-     * @return RedirectResponse
183
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
184 184
      */
185 185
     public function retryClearFailedAction()
186 186
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return RedirectResponse
195
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
196 196
      */
197 197
     public function clearFailedAction()
198 198
     {
Please login to merge, or discard this patch.