aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php')
-rw-r--r--src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php b/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php
index 2fdcb441..128e85a4 100644
--- a/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php
+++ b/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php
@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
9use Symfony\Component\Routing\Generator\UrlGeneratorInterface; 9use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
10 10
11/** 11/**
12 * Listener responsible to change the redirection at the end of the password resetting 12 * Listener responsible to change the redirection at the end of the password resetting.
13 * 13 *
14 * @see http://symfony.com/doc/current/bundles/FOSUserBundle/controller_events.html 14 * @see http://symfony.com/doc/current/bundles/FOSUserBundle/controller_events.html
15 */ 15 */
@@ -23,7 +23,7 @@ class PasswordResettingListener implements EventSubscriberInterface
23 } 23 }
24 24
25 /** 25 /**
26 * {@inheritDoc} 26 * {@inheritdoc}
27 */ 27 */
28 public static function getSubscribedEvents() 28 public static function getSubscribedEvents()
29 { 29 {