Completed
Pull Request — experimental/3.1 (#2596)
by
unknown
148:25 queued 129:42
created
src/Eccube/Controller/Admin/Store/PluginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.