From 1b24769ab39af5298a0305834dfbac04b6ba5f0c Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Mon, 5 Jun 2023 15:02:19 +0200 Subject: [PATCH] [Session] Fix missing `code-block` directive --- session.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/session.rst b/session.rst index 621749eadb0..058c0984b8c 100644 --- a/session.rst +++ b/session.rst @@ -517,6 +517,8 @@ a Symfony service for the connection to the Redis server: .. configuration-block:: + .. code-block:: yaml + # config/services.yaml services: # ...