@@ -299,7 +299,7 @@ |
||
299 | 299 | * @Route("/{_admin}/store/plugin/{id}/disable", requirements={"id" = "\d+"}, name="admin_store_plugin_disable") |
300 | 300 | * @param Application $app |
301 | 301 | * @param Plugin $Plugin |
302 | - * @return RedirectResponse |
|
302 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse |
|
303 | 303 | */ |
304 | 304 | public function disable(Application $app, Plugin $Plugin) |
305 | 305 | { |