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;