]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php
Add tests on listeners
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / EventListener / UserLocaleListener.php
index 97bfabc825e45b4952867a288aca41747d6db070..82d1a63a53a39623744e2339a5cb344d79c9e13e 100644 (file)
@@ -8,6 +8,8 @@ use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;
 /**
  * Stores the locale of the user in the session after the
  * login. This can be used by the LocaleListener afterwards.
+ *
+ * @see http://symfony.com/doc/master/cookbook/session/locale_sticky_session.html
  */
 class UserLocaleListener
 {