Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down