]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 8 Oct 2016 18:35:16 +0000 (20:35 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 8 Oct 2016 18:35:16 +0000 (20:35 +0200)
src/Wallabag/CoreBundle/Controller/ConfigController.php

index 662da2a0887853da6f8aa31b6b149e8852487fa9..abd35c028b8aa3681e552ef62557d21eca514ad3 100644 (file)
@@ -256,17 +256,17 @@ class ConfigController extends Controller
         return $config;
     }
 
-     /**
-      * Delete account for current user.
-      *
-      * @Route("/account/delete", name="delete_account")
-      *
-      * @param Request $request
-      *
-      * @throws AccessDeniedHttpException
-      *
-      * @return \Symfony\Component\HttpFoundation\RedirectResponse
-      */
+    /**
+     * Delete account for current user.
+     *
+     * @Route("/account/delete", name="delete_account")
+     *
+     * @param Request $request
+     *
+     * @throws AccessDeniedHttpException
+     *
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
+     */
     public function deleteAccountAction(Request $request)
     {
         $enabledUsers = $this->getDoctrine()