Skip to content

Commit 4d3feea

Browse files
committed
minor #18343 Fix code block (jdreesen)
This PR was merged into the 5.4 branch. Discussion ---------- Fix code block (I assume) this fixes this broken code block: ![grafik](https://github.com/symfony/symfony-docs/assets/424602/93d45ddf-0570-4fd3-bd24-964f7360c964) Commits ------- fee66c0 Fix code block
2 parents 7f6a8e2 + fee66c0 commit 4d3feea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ case version of its name suffixed by ``LockFactory``.
281281

282282
For instance, the ``invoice`` lock can be injected by naming the argument
283283
``$invoiceLockFactory`` and type-hinting it with
284-
:class:`Symfony\\Component\\Lock\\LockFactory`:
284+
:class:`Symfony\\Component\\Lock\\LockFactory`::
285285

286286
// src/Controller/PdfController.php
287287
namespace App\Controller;

0 commit comments

Comments
 (0)