]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 1614/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 22 Jan 2016 07:01:32 +0000 (08:01 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 22 Jan 2016 07:01:32 +0000 (08:01 +0100)
src/Wallabag/CoreBundle/Tools/Utils.php
src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php

index 71cbc490dd48119a218b1b829f6be4be9c08da57..0c78311021535da7b50ce104aeb894402568ef95 100644 (file)
@@ -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
      */
index 2fdcb4419a99398d113b9b9c916a833011c1abdf..128e85a424769e6530cd116be278201191214991 100644 (file)
@@ -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()
     {