mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
CS
This commit is contained in:
parent
a3cac44c78
commit
23afdf3a70
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue