@@ -168,7 +168,7 @@ discard block |
||
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 |
||
180 | 180 | } |
181 | 181 | |
182 | 182 | /** |
183 | - * @return RedirectResponse |
|
183 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse |
|
184 | 184 | */ |
185 | 185 | public function clearFailedAction() |
186 | 186 | { |