From fee66c0fb88044a3b433720190f4926ea3f42572 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Wed, 24 May 2023 10:01:51 +0200 Subject: [PATCH] Fix code block --- lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock.rst b/lock.rst index 3e93173aedc..8d5dc62617f 100644 --- a/lock.rst +++ b/lock.rst @@ -281,7 +281,7 @@ case version of its name suffixed by ``LockFactory``. For instance, the ``invoice`` lock can be injected by naming the argument ``$invoiceLockFactory`` and type-hinting it with -:class:`Symfony\\Component\\Lock\\LockFactory`: +:class:`Symfony\\Component\\Lock\\LockFactory`:: // src/Controller/PdfController.php namespace App\Controller;