From dccdc1699c1dd50c685e7ef153744540a9bb53e0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 31 Aug 2021 12:19:15 +0200 Subject: [PATCH] Fix a minor RST syntax issue --- routing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/routing.rst b/routing.rst index 90d16688ad9..081111dc78b 100644 --- a/routing.rst +++ b/routing.rst @@ -2369,6 +2369,7 @@ session shouldn't be used when matching a request: Now, if the session is used, the application will report it based on your ``kernel.debug`` parameter: + * ``enabled``: will throw an :class:`Symfony\\Component\\HttpKernel\\Exception\\UnexpectedSessionUsageException` exception * ``disabled``: will log a warning