From 23afdf3a70a5035cb58b76138a8627701ba55273 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 22 Jan 2016 08:01:32 +0100 Subject: CS --- src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Wallabag/UserBundle') 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; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; /** - * Listener responsible to change the redirection at the end of the password resetting + * Listener responsible to change the redirection at the end of the password resetting. * * @see http://symfony.com/doc/current/bundles/FOSUserBundle/controller_events.html */ @@ -23,7 +23,7 @@ class PasswordResettingListener implements EventSubscriberInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getSubscribedEvents() { -- cgit v1.2.3