]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/ConfigController.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / ConfigController.php
index 0a306d57c8aa271455d915cb7da7784f60696140..3cafd1bc69708ce11b777bb40d9465aed66f0f6f 100644 (file)
@@ -252,13 +252,13 @@ class ConfigController extends Controller
         return $config;
     }
 
-    /**
-     * Delete account for current user.
-     *
-     * @Route("/account/delete", name="delete_account")
-     *
-     * @return \Symfony\Component\HttpFoundation\RedirectResponse
-     */
+     /**
+      * Delete account for current user.
+      *
+      * @Route("/account/delete", name="delete_account")
+      *
+      * @return \Symfony\Component\HttpFoundation\RedirectResponse
+      */
      public function deleteAccountAction()
      {
          $em = $this->get('fos_user.user_manager');