From: Jeremy Benoist Date: Fri, 22 Jan 2016 07:01:32 +0000 (+0100) Subject: CS X-Git-Tag: 2.0.0-alpha.2~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=23afdf3a70a5035cb58b76138a8627701ba55273;p=github%2Fwallabag%2Fwallabag.git CS --- 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() {