This commit is contained in:
Jeremy Benoist 2016-01-22 08:01:32 +01:00
parent a3cac44c78
commit 23afdf3a70
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ class Utils
/** /**
* Generate a token used for RSS. * Generate a token used for RSS.
* *
* @param integer $length Length of the token * @param int $length Length of the token
* *
* @return string * @return string
*/ */

View File

@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface; 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 * @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() public static function getSubscribedEvents()
{ {