From 23afdf3a70a5035cb58b76138a8627701ba55273 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 22 Jan 2016 08:01:32 +0100 Subject: [PATCH] CS --- src/Wallabag/CoreBundle/Tools/Utils.php | 2 +- .../UserBundle/EventListener/PasswordResettingListener.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Wallabag/CoreBundle/Tools/Utils.php b/src/Wallabag/CoreBundle/Tools/Utils.php index 71cbc490..0c783110 100644 --- a/src/Wallabag/CoreBundle/Tools/Utils.php +++ b/src/Wallabag/CoreBundle/Tools/Utils.php @@ -7,7 +7,7 @@ class Utils /** * Generate a token used for RSS. * - * @param integer $length Length of the token + * @param int $length Length of the token * * @return string */ 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() { -- 2.41.0