From 26ebb90ee079a83bdf422a4ec4fa3e681436af09 Mon Sep 17 00:00:00 2001 From: Giso Stallenberg Date: Mon, 25 Nov 2019 16:54:52 +0100 Subject: [PATCH] Fix filename The filename in comment does not match the class name. --- session/locale_sticky_session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/locale_sticky_session.rst b/session/locale_sticky_session.rst index 818f364e1a5..f8caef23370 100644 --- a/session/locale_sticky_session.rst +++ b/session/locale_sticky_session.rst @@ -142,7 +142,7 @@ locale value before they are redirected to their first page. To do this, you need an event subscriber on the ``security.interactive_login`` event:: - // src/EventSubscriber/UserLocaleListener.php + // src/EventSubscriber/UserLocaleSubscriber.php namespace App\EventSubscriber; use Symfony\Component\EventDispatcher\EventSubscriberInterface;